Not sure if this is the place to ask this question but I'm having some issues with the Sony ZV-E10.
I have a very simple program that uses the library to take a picture and store this on the PC.
My general flow is:
1. gp_context_new
2. gp_camera_new
3. gp_camera_init
Repeat x times: 4. gp_camera_capture 5. gp_camera_wait_for_event 6. gp_file_new_from_fd 7. gp_camera_file_get 8. gp_file_free 9. gp_camera_file_delete
If I perform this flow with the Sony ZV-E10 once, and then restart the flow the code fails with a PTP time-out error when trying to capture.
However, when I perform the same with Sony a5000 I don't have the same issue running the same flow for the second time.
Am I doing something wrong with releasing the camera? Or should I wait for a specific event before releasing the camera?
github issues are prefered these days, or via our email lists
check if libgphoto2 is at 2.5.27 if not yet ...
Can you reproduce this with e.g. interval capture from the commandline tool? It would be good to have a debuglogfile of this.