You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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) .
Based on the instruction, theta X also supports live streams using H264. How to set up it on linux?
The text was updated successfully, but these errors were encountered: