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

[BUG] Newly set up Jetson Orin Nano has no nvarguscamerasrc or nvoverlaysink #62

Open JetForMe opened 1 year ago

JetForMe commented 1 year ago

Describe the issue

I was going through the README to get my two RPi cameras up and running. The Python examples work just fine (e.g. python3 dual_camera.py displays the output of the two connected cameras). But these commands fail:

$ nvoverlaysink
-bash: nvoverlaysink: command not found
$ gst-launch-1.0 nvarguscamerasrc sensor_id=0 ! nvoverlaysink
WARNING: erroneous pipeline: no element "nvoverlaysink"

Clearly something isn't installed, but my googling hasn't turned up an answer.

What version of L4T/JetPack JetPack 5.1.1/L4T35.3.1

What version of OpenCV OpenCV version: 4.5.4

Python Version Python version if applicable: 3.8.10

To Reproduce

See description above

Expected behavior

No errors about missing commands or plug-ins.

JetForMe commented 1 year ago

Ah, it seems those are deprecated (according to the Jetson forums).

mavi-iitd commented 1 year ago

Were you able find a way to fix this? I'm facing the exact same issue on Jetson Orin Nano

JetForMe commented 1 year ago

I had to put the project aside for a while, so I forgot how far I was able to get, but check this answer