ricohapi / libuvc-theta-sample

Other
33 stars 28 forks source link

How to livestream using theta X? #8

Open levenberg opened 2 years ago

levenberg commented 2 years ago

Based on the instruction, theta X also supports live streams using H264. How to set up it on linux?

jcasman commented 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.

levenberg commented 2 years ago

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).

buburider commented 1 year ago

I converted @levenberg suggestion in a PR and tested with my theta X cam