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

20 February 2026

5 February 2026

  • 18:2618:26, 5 February 2026 diff hist +2 Template:Footer→‎Need Further Support? current
  • 00:3100:31, 5 February 2026 diff hist +3,457 N Get started with PDDL on NVIDIA JetsonCreated page with "__TOC__ == Project Overview: Symbolic AI Planning on NVIDIA Jetson == This project demonstrates the implementation of '''Symbolic AI Planning''' on an NVIDIA Jetson (ARM64) using '''PDDL''' (Planning Domain Definition Language). Unlike traditional machine learning, this approach focuses on deterministic logic and reasoning to solve complex multi-step tasks. === 🛠️ Environment Setup === Because the Jetson uses an ARM64 architecture, traditional x86 planners (like..." current

15 November 2025

  • 01:3201:32, 15 November 2025 diff hist +3,168 N Fixing ARM Compute Library Fetch Error 24 02 YoctoCreated page with "== ⚠️ Fixing Yocto Fetch Error: arm-compute-library 24.02 (Wrong Git Branch) == This page documents a specific fetch error encountered during a Yocto build when retrieving the source code for the '''ARM Compute Library''' recipe version 24.02, and provides the fix using a '''.bbappend''' file. === The Error Message === The Yocto build fails during the '''do_fetch''' task for the ''arm-compute-library-24.02'' recipe, indicating that the required commit cannot be foun..." current

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