From ProventusNova DeveloperWiki
4 August 2025
- 14:4014:40, 4 August 2025 diff hist +2,761 N How to NVIDIA Jetson Orin Nano UART Console Created 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
- 13:5813:58, 24 July 2025 diff hist −1,209 How to Enable OpenCL Support in OpenCV for MediaTek Yocto Platforms →How to Enable OpenCL Support in OpenCV for MediaTek Yocto Platforms current
- 13:5413:54, 24 July 2025 diff hist +2,759 N How to Enable OpenCL Support in OpenCV for MediaTek Yocto Platforms Created page with "= How to Enable OpenCL Support in OpenCV for MediaTek Yocto Platforms = This guide explains how to add OpenCL support to OpenCV in a Yocto-based BSP for MediaTek Genio or similar platforms by modifying the OpenCV recipe through a `.bbappend` file. == 🧠 Prerequisites == Before proceeding, make sure you have: * A working Yocto Project build setup for your MediaTek Genio or similar platform. * A custom meta-layer (e.g. <code>meta-yourlayer</code>) where you can place..."
23 July 2025
- 20:1120:11, 23 July 2025 diff hist +3,225 N How to Run GStreamer in a Docker Container Created 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
- 17:2317:23, 25 June 2025 diff hist +8,727 Create custom Yocto meta layer for MediaTek G510 board No edit summary current
14 June 2025
- 18:4518:45, 14 June 2025 diff hist −179 How to create a custom yocto meta layer →Pre-requisites current
- 18:4518:45, 14 June 2025 diff hist −110 How to create a custom yocto meta layer →Introduction
9 June 2025
- 00:2000:20, 9 June 2025 diff hist −279 Template:Footer →🏗 Customized Technology Solutions for Your Business current
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 tutorial Created 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 Python Created 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
- 22:1222:12, 11 March 2025 diff hist −201 How to create a custom yocto meta layer →Step 2. Add base distro config
- 22:1222:12, 11 March 2025 diff hist 0 How to create a custom yocto meta layer →Step 4. Add initial config template files
- 20:2820:28, 11 March 2025 diff hist +58 How to create a custom yocto meta layer →Step 4. Add initial config template files
- 19:3919:39, 11 March 2025 diff hist +1,400 How to create a custom yocto meta layer →Step 5. Add base image recipe
- 19:2419:24, 11 March 2025 diff hist +3,565 How to create a custom yocto meta layer →Step 4. Add initial config template files
- 18:3618:36, 11 March 2025 diff hist +1,600 How to create a custom yocto meta layer →Step 3. Add base machine
- 18:0418:04, 11 March 2025 diff hist +2,415 How to create a custom yocto meta layer →Step 2. Add base distro config
- 18:0018:00, 11 March 2025 diff hist +428 How to create a custom yocto meta layer →Step 2. Add base distro config
- 17:3517:35, 11 March 2025 diff hist +915 How to create a custom yocto meta layer →Step 1. Add base layer.conf file
- 17:3017:30, 11 March 2025 diff hist +26 How to create a custom yocto meta layer →Step 1. Add base layer.conf file
- 16:2316:23, 11 March 2025 diff hist +668 How to create a custom yocto meta layer →Step 1. Add base layer.conf file
- 15:5315:53, 11 March 2025 diff hist 0 How to create a custom yocto meta layer →Create Base Meta-Layer
- 15:5115:51, 11 March 2025 diff hist +599 N How to create a custom yocto meta layer Created page with "=Introduction= This wiki will provide a detailed guide on how to create a custom Yocto meta-layer. ==Create Base Meta-Layer== This section contains steps to create the base custom meta-layer. After completion, the custom base meta-layer will contain the following parts: * Custom layer configuration * Custom distro configuration * Custom machine * Custom config template files * Custom image recipe '''Step 1. Add base layer.conf file''' '''Step 2. Add base distro con..."
15 February 2025
- 19:0619:06, 15 February 2025 diff hist +1,853 Main Page No edit summary