hello IwuzBornanerd,
sorry for the long wait for the answer, but I had other issues to resolve and then I was on holiday :-).
Anyway, I'm trying to fiddle with the code a bit, as soon as possible I'll send the files you requested me some time ago.
However, I wanted to ask you one more thing ...
when the cam is in running, after 10/20 min (often but not always), a strange error comes out:
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1550, in __call__
return self.func(*args)
File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 599, in callit
func(*args)
File "Rpi2SeekA.py", line 1044, in show_frame
disp_img = get_image()
File "Rpi2SeekA.py", line 530, in get_image
send_msg(0x41, 0x53, 0, 0, '\xC0\x7E\x00\x00')
File "Rpi2SeekA.py", line 69, in send_msg
dev.ctrl_transfer(bmRequestType, bRequest, wValue, wIndex, data_or_wLength, timeout)
File "/home/giu/.local/lib/python2.7/site-packages/usb/core.py", line 1043, in ctrl_transfer
self.__get_timeout(timeout))
File "/home/giu/.local/lib/python2.7/site-packages/usb/backend/libusb1.py", line 883, in ctrl_transfer
timeout))
File "/home/giu/.local/lib/python2.7/site-packages/usb/backend/libusb1.py", line 595, in _check
raise USBError(_strerror(ret), ret, _libusb_errno[ret])
USBError: [Errno 110] Operation timed out
Do you know where it comes from? Greetings.