Open sepehrhm opened 6 years ago
there is no limitation on these operations. weird that it crashes. ... we might miss to download images or so
Having this issue as well with T7i, usb port disconnect and I would have to restart the camera to get connected again. Please advise.
what commands are you running? after which time does it happen? i see the first reporter it worked for like 1.5 hours?
also please specify which libgphoto2 versions are in use. there were some older ones where the "keep device on" logic was faulty
I basically have a tethered shooting application. I grab previews with gp_camera_capture_preview()
and display them, and then I can trigger a full shot with gp_camera_capture()
function.
Here is the libgphoto2 I am using:
libgphoto2 2.5.18 all camlibs, gcc, ltdl, EXIF
Do I need to update to newer versions?
Hi,
I have observed a faulty behaviour on two Canon EOS 750D (aka T6i) cameras. An application captures the preview (for streaming), and while the application is running, the USB port disconnects and reconnects.
After the reconnect, the bus/dev id of the camera changes, however gphoto2 cli can detect the camera. The following is my
dmesg -T
log, in which you can see the disconnect and several attempts of reconnecting.The camera remained powered all morning, and the
[Sat May 5 11:34:24 2018] usb 1-4: USB disconnect, device number 6
happened while my application was running.I am not sure if this is a libgphoto2 issue, but I wanted to know if there is a limitation in send/receive operations on a camera port.
Thank you very much!