JetsonHacksNano / CSI-Camera

Simple example of using a CSI-Camera (like the Raspberry Pi Version 2 camera) with the NVIDIA Jetson Developer Kit
Other
817 stars 287 forks source link

No cameras available #31

Open reshesh opened 3 years ago

reshesh commented 3 years ago

gst-launch-1.0 nvarguscamerasrc sensor_id=1 ! nvoverlaysink Setting pipeline to PAUSED ... Pipeline is live and does not need PREROLL ... Setting pipeline to PLAYING ... New clock: GstSystemClock Error generated. /dvs/git/dirty/git-master_linux/multimedia/nvgstreamer/gst-nvarguscamera/gstnvarguscamerasrc.cpp, execute:557 No cameras available Got EOS from element "pipeline0". Execution ended after 0:00:00.062571012 Setting pipeline to PAUSED ... Setting pipeline to READY ... Setting pipeline to NULL ... Freeing pipeline ...

mhaboali commented 3 years ago

Any updates on this issue, I have the same here on Jetson Xavier Nx

micuentadecasa commented 1 year ago

me too

caesarakalaeii commented 1 year ago

Since CSI isn't plug and play as USB make sure you have the correct drivers installed, the Jetson Nano for example only comes with native drivers for the Sony IMX219. Every other cam needs new drivers to be installed.

micuentadecasa commented 1 year ago

thanks for the info @caesarakalaeii

dadin852 commented 1 year ago

I fix this by simply restarting Jetson Nano with the camera plugged in!