From ProventusNova DeveloperWiki
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

25 June 2025

14 June 2025

9 June 2025

8 June 2025

  • 22:3822:38, 8 June 2025 diff hist +3,801 N Https://www.google.com/How to start camera stream on boot with systemd service NVIDIA Jetson tutorialCreated page with "=How to start camera stream on boot with systemd service – NVIDIA Jetson Tutorial= This tutorial demonstrates how to automatically launch a Python-based camera streaming application on boot using a <code>systemd</code> service on NVIDIA Jetson devices. == Prerequisites == * NVIDIA Jetson board (e.g., Orin NX, Nano, Xavier) * Your custom Python GStreamer/WebRTC camera application * Access to the terminal and root privileges == Step 1: Prepare the Python Script == E..." current

23 March 2025

  • 23:1823:18, 23 March 2025 diff hist +6,356 N How to Build a Video Capture Application Using GStreamer and OpenCV in PythonCreated page with "= How to Build a Video Capture Application Using GStreamer and OpenCV in Python = This guide explains how to create a basic video capture application using **GStreamer** and **OpenCV** in Python. The application captures video from a camera using GStreamer and processes it with OpenCV. == Full Script == For those who just want the code, here is the complete script: <syntaxhighlight lang="python"> import gi import cv2 import numpy as np import sys gi.require_version("..." current

11 March 2025

15 February 2025