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

Using two seek compacts at once. #78

Open
randyleram opened this issue Sep 13, 2023 · 2 comments
Open

Using two seek compacts at once. #78

randyleram opened this issue Sep 13, 2023 · 2 comments

Comments

@randyleram
Copy link

I’ve got one seek camera working, it’s brilliant. Thanks for the hard work!

Is there a way to run two instances into two select v4l2 loop back devices? I’m not sure where to begin with it.

I currently have a service on boot to start seek viewer streaming to one v4l2 loop back device.

Just unsure how to tell libseek which usb port to use etc.

Hope this made sense.

@Bostwickenator
Copy link
Contributor

This isn't supported right now unfortunately. It should be possible to add. This https://github.com/OpenThermal/libseek-thermal/blob/master/src/SeekDevice.cpp#L154 is where we walk the devices.
Does running your app a second time fail with "Error: failed to claim interface"?

@randyleram
Copy link
Author

Ok thanks I’ll have a look. Throws a Libusb error trying to run a second time, device busy. Along those lines.

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

2 participants