Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

Shutter releases immediately (Canon) #28

Open
wolcano opened this issue Nov 14, 2022 · 4 comments
Open

Shutter releases immediately (Canon) #28

wolcano opened this issue Nov 14, 2022 · 4 comments
Labels
bug Something isn't working canon Related to Canon cameras

Comments

@wolcano
Copy link
Contributor

wolcano commented Nov 14, 2022

When A or B are pressed (and not released) the camera does auto-focus and releases shutter immediately, not waiting for button (A or B) release.
Tested on Canon EOS-RP

@gkoh
Copy link
Owner

gkoh commented Nov 15, 2022

Focus only isn't working at all, so let's ignore that here (see #29).

I think we should define how this is expected to work for Canon cameras.
The current implementation is modelled after my Fujifilm setup, which is kinda like this:

  • Mode set to continuous low speed
  • When shutter is fully depressed
    • Camera keeps taking shots
  • When shutter is released
    • Camera stops
  • Focus is achieved with classic partial press of shutter

So, with furble, this is:

  • Button A press -> shutter held down
    • Time passes here, where camera is in continuous shoot mode
    • This will also support bulb mode, where the shutter is held open for as long as the button is down
  • Button A release -> shutter release
  • Button B press -> shutter partial
  • Button B release -> shutter release
    • With my Fujifilm, if I don't send this command, the camera is stuck in focus mode

@gkoh
Copy link
Owner

gkoh commented Nov 15, 2022

Thus, @wolcano, what behaviour would you like to experience for the Canon's?
We are free to change how the remote responds to:

  • Button A press
    • Something happens whilst pressed?
  • Button A release

@gkoh gkoh added the canon Related to Canon cameras label Nov 15, 2022
@gkoh
Copy link
Owner

gkoh commented Nov 20, 2022

When A or B are pressed (and not released) the camera does auto-focus and releases shutter immediately, not waiting for button (A or B) release. Tested on Canon EOS-RP

I just read this properly, please disregard my question @wolcano. I need to get access to the M6 again to work out what's going on.

@gkoh gkoh added the bug Something isn't working label Nov 20, 2022
@gkoh
Copy link
Owner

gkoh commented Nov 22, 2022

Managed to get the M6 for a little bit.
I can confirm the Canon app is still terrible and works exactly the same as reported here, pressing the shutter button immediately triggers and there is no focus button.

So, furble is consistent with the app 🙁

Looking at https://github.com/robot9706/CanonBLEIntervalometer, they've found the pairing exchange has a 'mode' indicator.
As our reverse engineering was based off an Android phone, furble is sending 0x02 for type.

I think we need to send 0x03 to emulate the BR-E1 and get access to the other functions.
Not sure if the M6 mark 1 I have will support this (online search says it may not), we'll see.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working canon Related to Canon cameras
Projects
None yet
Development

No branches or pull requests

2 participants