SteveMacenski / jetson_nano_detection_and_tracking

Jetson Nano ML install scripts, automated optimization of robotics detection models, and filter-based tracking of detections
GNU Lesser General Public License v2.1
226 stars 66 forks source link

How to run with USB Logitech Camera #15

Closed hungnm2014 closed 5 years ago

hungnm2014 commented 5 years ago

Dear Steve I connected with a USB Logitech Camera and use Chese webcame booth app on Nano Jetson . Camera run well, but when i run with this project, camera not display. How to use USB camera Thanks

SteveMacenski commented 5 years ago

I have not supported general USB cameras, only MIPI cameras that should be used. You can easily fork and modify the camera script to use a camera capture rather than gstreamer.

But this project does not intend to support USB cameras since MIPI are higher quality and lower overhead to operate for embedded applications (and more reliable)

hungnm2014 commented 5 years ago

Dear @SteveMacenski Thanks you so much!