Gst_loopback THETA V

Do you have docker installed? I uninstalled it on the Jetson I was using.

test with v4l2loopback

gst-launch-1.0 -v v4l2src ! videoconvert ! videoscale ! video/x-raw,width=1000,height=500  ! xvimagesink

suggest using gstthetauvc instead of v4l2loopback

You may want to use gstthetauvc instead of v4l2loopback.

Jetson with gstthetauvc

gst-launch-1.0 thetauvcsrc mode=4K ! queue ! h264parse ! nvv4l2decoder ! queue ! nv3dsink sync=false

x86 with nvidia gpu and hardware acceleration

gst-launch-1.0 thetauvcsrc ! queue ! h264parse ! nvdec ! gldownload ! queue ! videoconvert n-threads=0 ! video/x-raw,format=BGR ! queue ! glimagesink