libseek-thermal icon indicating copy to clipboard operation
libseek-thermal copied to clipboard

Using two seek compacts at once.

Open randyleram opened this issue 1 year ago • 2 comments

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.

randyleram avatar Sep 13 '23 17:09 randyleram

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"?

Bostwickenator avatar Oct 11 '23 02:10 Bostwickenator

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

randyleram avatar Oct 11 '23 05:10 randyleram