Dark AI
Dark AI
DIIDevHeads IoT Integration Server
Created by Enthernet Code on 7/2/2024 in #middleware-and-os
USB Webcam Not Working on Jetson Nano for OpenCV/TensorFlow Object Detection
hello, @Enthernet Code Make sure you have all the necessary dependencies installed for video capture. You can try installing v4l-utils which provides tools for video device querying and configuration:
sudo apt-get install v4l-utils
sudo apt-get install v4l-utils
You can also try to capture video using v4l2-ctl to ensure the camera is working correctly:
10 replies