You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a patch that adds the EOS properties to the list in the --summary output. For it to make sense, the camera_prepare_capture command has to run beforehand. That is done automatically in a bunch of different places, like in _get_config, _set_config, camera_wait_for_event or camera_trigger_canon_eos_capture. It is also done in camera_init for the PTP_VENDOR_FUJI case.
Why not do it for Canons there as well, instead of all over the place individually?
Is there a use case that requires capturemode to be off?
The text was updated successfully, but these errors were encountered:
axxel
added a commit
to axxel/libgphoto2
that referenced
this issue
Sep 23, 2024
I am working on a patch that adds the EOS properties to the list in the
--summary
output. For it to make sense, thecamera_prepare_capture
command has to run beforehand. That is done automatically in a bunch of different places, like in_get_config
,_set_config
,camera_wait_for_event
orcamera_trigger_canon_eos_capture
. It is also done incamera_init
for thePTP_VENDOR_FUJI
case.capturemode
to beoff
?The text was updated successfully, but these errors were encountered: