-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
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
Not receiving GP_EVENT_CAPTURE_COMPLETE
event when capturetarget = Memory Card
#929
Comments
Same with latest libgphoto2 |
Currently, I workaround it by requiring from user to save only a single type of file per trigger - either raw or jpeg but not both. So I can take action on "file added" event. So now I implemented same requirement, limitation as Indi. But I'd rather prefer to use capture complete event as more correct and flexible one. |
@axxel Is this sth that can be fixed with the newest changes? |
There is nothing that I added that directly affects this issue. The EOS cameras simply don't emit the standard I would argue the best way to move forward is trying to find another "internal" event that can be used to trigger the My question to @artyom-beilis is: what is it that you are waiting for? There are at least 2 points in time that could be considered here
|
Exactly. I download images in parallel to setting a new capture. However if there are more than one file, trigger will fail. I use it for astrophotography automation and I need a reliable sequence of caputure/download - and batch the processing so I can capture a next image while downloading. |
So you want to store the data on the memory card, take pictures back to back, as fast as possible and simultaneously download the images from the card to the PC? What is the "frame rate" you achieved with your current setup? Astrophotography sounds like very long exposure times, so you are not really that much in a hurry, right? |
Describe the bug
When using trigger capture and waiting for events I receive
FILE_ADDED
but never receiveGP_EVENT_CAPTURE_COMPLETE
event when capturetarget = Memory Card, When capturetarget is set to internal memory I receive capture completed.Note, I can't use only FILE Added since I don't know in advance how many are saved (jpeg, raw or jpeg & raw)
Name the camera
Canon EOS 7D
libgphoto2 and gphoto2 version
To Reproduce
Since I use libgphoto2 basic sequence is just set save target to sd card and than catpture completed event is not fired.
I'm attaching libgphoto log (with some additions) for case when target is sdcard and internal memory
With internal memory there is an entry
camera_wait_for_event:entry type 0004
it does not appear when target in SDCard.ols_camera_strorage_memory.log
ols_camera_storage_sdcard.log
The text was updated successfully, but these errors were encountered: