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

4 August 2025

  • 14:4014:40, 4 August 2025 diff hist +2,761 N How to NVIDIA Jetson Orin Nano UART ConsoleCreated page with "= How to Connect to NVIDIA Jetson Orin Nano UART Console = This guide explains how to connect to the UART serial console of the NVIDIA Jetson Orin Nano Developer Kit using a TTL-to-USB adapter. This is useful for accessing boot logs, debugging early kernel messages, or interacting with the board when other interfaces are unavailable. == Requirements == * NVIDIA Jetson Orin Nano Developer Kit * TTL-to-USB Serial Adapter (e.g., based on CP2102, CH340, or FT232) * Jumper..." current

24 July 2025

23 July 2025

  • 20:1120:11, 23 July 2025 diff hist +3,225 N How to Run GStreamer in a Docker ContainerCreated page with "= How to Run GStreamer in Docker = This tutorial shows you how to install and use '''GStreamer''' inside a '''Docker container''' on '''Ubuntu 22.04'''. We'll build a minimal Docker image with support for '''x264enc''', then run a simple test pipeline to encode video to an MP4 file. == Step 1: Create a Dockerfile with GStreamer and x264enc == Create a file named <code>Dockerfile</code> with the following contents: <syntaxhighlight lang="dockerfile"> FROM ubuntu:22.04..." current

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