Hi,
I’m trying to use the RICOH THETA Z1 with libuvc-theta and GStreamer on a Jetson Orin system. The device is recognized correctly via USB, and the camera is already in live streaming mode
When I run the following pipeline:
gst-launch-1.0 thetauvcsrc mode=4K ! queue ! h264parse ! decodebin ! queue ! autovideosink sync=false
I get this error:
ERROR: from element /GstPipeline:pipeline0/GstThetauvcsrc:thetauvcsrc0: Found 1 Theta(s), but none available.
Additional debug info:
gstthetauvcsrc.c(512): gst_thetauvcsrc_start (): /GstPipeline:pipeline0/GstThetauvcsrc:thetauvcsrc0
…
Is there anyone who can help me solve this issue?