We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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"?
Sorry, something went wrong.
Ok thanks I’ll have a look. Throws a Libusb error trying to run a second time, device busy. Along those lines.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: