-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unable to stream camera on Jetson Orin NX 8GB, gstreamer warnings #13
Comments
Hi @costasvav , Thanks for reaching out! You mention that this error only occurs with the Tree detector. Does this example work for you (without using camera)? https://github.com/NVIDIA-AI-IOT/nanoowl/blob/main/examples/tree_predict.py John |
Thanks for the prompt response. I cannot run Tree demos, as CLIP is not installed. Let me know if you have a tutorial on how to install it, I've only found a Roboflow container, no normal install guide, and it does not come included in the nVidia container. I tried to run OpenCV in Python3 outside of the other test code, but I get the same error above the moment I call OpenCV 4.4 w/ CUDA |
For CLIP, can you try pip install git+https://github.com/openai/CLIP.git Best, |
Thanks. I will look into it and get back to you. I now have another issue and will make a new ticket for it. |
Okay, CLIP working, I can run through the owl_predict and tree_predict on the owl image. But I cannot run the tree_demo example due to same errors as above. |
I am attempting to run the NanoOWL examples on my Seeed ReComputer J4011 (Orin NX 8GB with J401 carrier board). I can get the container to work with the Owl test, but not the Tree test. Same results for this repo running directly on the Jetson, outside the container. I do not appear to be able to stream the live video at all through the code with the following errors:
This occurs on both camera ports. I am able to stream the two camera feeds with Gstreamer just fine through my own Python code.
Thoughts of where to diagnose? I can even built OpenCV with CUDA support for the device and has passed the basic tests.
The text was updated successfully, but these errors were encountered: