Open levenberg opened 2 years ago
@levenberg It appears that the driver does not appear to work with the X at the moment. It does not appear that there is an update on the nickel110 repo yet.
Hi @jcasman , I have modified this source code a little bit and it works well.
In thetauvc.c, add #define USBPID_THETAX_UVC 0x2717
after line 44, modify line 104 to:
if (desc->idProduct == USBPID_THETAV_UVC || desc->idProduct == USBPID_THETAZ1_UVC || desc->idProduct == USBPID_THETAX_UVC)
.
I converted @levenberg suggestion in a PR and tested with my theta X cam
Based on the instruction, theta X also supports live streams using H264. How to set up it on linux?