Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to livestream using theta X? #8

Open
levenberg opened this issue Apr 18, 2022 · 3 comments
Open

How to livestream using theta X? #8

levenberg opened this issue Apr 18, 2022 · 3 comments

Comments

@levenberg
Copy link

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

@jcasman
Copy link

jcasman commented Apr 18, 2022

@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
Copy link
Author

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants