Skip to content
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

Why not set capturemode=on during camera_init for Canon? #1024

Open
axxel opened this issue Sep 23, 2024 · 1 comment
Open

Why not set capturemode=on during camera_init for Canon? #1024

axxel opened this issue Sep 23, 2024 · 1 comment

Comments

@axxel
Copy link
Contributor

axxel commented 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, 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?
axxel added a commit to axxel/libgphoto2 that referenced this issue Sep 23, 2024
They only show up if the camera is in capturemode=on, see gphoto#1024.
@msmeissn
Copy link
Contributor

AFAIK is that it changes the mode the camera is connected with . e.g. display off, perhaps also no autopoweroff (power drain).

msmeissn pushed a commit that referenced this issue Sep 23, 2024
They only show up if the camera is in capturemode=on, see #1024.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants