Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JetForMe opened this issue Apr 18, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@JetForMe
Copy link

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 JetForMe added the bug Something isn't working label Apr 18, 2023
@JetForMe
Copy link
Author

JetForMe commented Apr 18, 2023

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

@mavi-iitd
Copy link

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

@JetForMe
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants