Live Video Streaming
The LVDS camera streams on /dev/video0.
1. Verify Video Node
Step 1: Check the Video Device Node
ls /dev/video*The output should display /dev/video0. If the node is present, the driver has loaded successfully and the camera is ready.
Note:
If the video node is not detected, refer to Troubleshooting
2. Boost Clocks & Enable Debug
Note:
If you have the
rc.localfile, continue with the step below. If not, contact Oppila Support to obtain it before proceeding.
Step 2: Open a Terminal and Run rc.local
- Press
Ctrl + Alt + Tand run:
cd ~/<astroptix-v2-integration>
sudo ./rc.local3. Start GStreamer Pipeline
Step 3: Run the GStreamer Command
gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,format=UYVY ! videoconvert ! xvimagesinkIf the pipeline starts successfully, a video window will appear displaying the live camera feed.
Note:
If you encounter a green screen, black screen, or no video output after launching the GStreamer pipeline, refer to Troubleshooting.
