On my Jetson Xavier NX, I have been able to successfully connect the Theta V and create a /dev/video0 device that streams the full 360 video (from both lenses) in VLC as well as via gst-launcher
However, when I call the following on Jetson, I only see the 180 video from one lens.
import jetson.utils
camera = jetson.utils.videoSource("/dev/video0")
Full source code is here:
What do I need to do in order to see the full 360 video using jetson.utils.videoSource?