-
Environment Details : The intention was to use either Logitech C270 Camera or Raspberry Pi Camera using gstreamer for image processing. I ran into this issue where the Image built does not recognize either of the camera. The Camera are functioning correctly and were tested on NVIDIA Image binaries on the official website JP 4.3 version, but also failed on JP 4.5.1. Below was found on the Yocto build for the Jetson Nano. I have attached the |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
@arpit6232 since you've noticed this issue with stock nvidia jetpack you might want to cross post on the NVIDIA developer forum |
Beta Was this translation helpful? Give feedback.
-
Hey @arpit6232 Nvidia provides additional TARBALL that contains (binaries, library and DTB ) from Here is the RPI camera HQ I'm not sure about the connection between the camera ( Please check the kernel config file and enable the drivers needed, you may have to update the dtb as well. I have the RPI camera v2 that I can try it later with my Jetson Nano. I will let you know. Here is the RPI cameras Could you please share the one that you are using ? |
Beta Was this translation helpful? Give feedback.
-
Probably best to start with making sure the kernel is recognizing the hardware and the appropriate drivers are getting loaded. Can you post the |
Beta Was this translation helpful? Give feedback.
Probably best to start with making sure the kernel is recognizing the hardware and the appropriate drivers are getting loaded. Can you post the
dmesg
orjournalctl -k -b
output? Does the Logitech show up inlsusb
output?