question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[REQ] Enable focus drive on A7ii

See original GitHub issue

Hi, I played with your stuff yesterday to 4am! I am really impressed by your framekwork. What a great work.

My first attempts were to make a focus bracketing app for A7ii. Tried to use camera.shiftFocusPosition(int); and startOneShotFocusDrive(int, int) for that however with no luck.

After some time I found that focus drive support is false on A7ii.

Camera.Parameters params = camera.getSupportedParameters(); returns: focus-drive-supported=false. There is also some focus-shift-supported=true but I am not sure what that means.

Maybe its possible to enable focus drive using modification of Backup?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
obs1diumcommented, May 8, 2016

Just published a minimal focus bracketing app here.

0reactions
Bostwickenatorcommented, May 7, 2016

Nice find

On Sat, 7 May 2016 at 15:37 obs1dium notifications@github.com wrote:

camera.startOneShotFocusDrive(CameraEx.FOCUS_DRIVE_DIRECTION_FAR, 1) The second parameter is the drive speed (SmartRemote uses 4, getMaxFocusDriveSpeed returns 0 for me). Using large values will throw an exception. Also note that your FocusDriveListener won’t necessarily be called after a single invocation with a low drive speed.

— You are receiving this because you commented.

Reply to this email directly or view it on GitHub https://github.com/ma1co/OpenMemories-Tweak/issues/30#issuecomment-217667317

Read more comments on GitHub >

github_iconTop Results From Across the Web

Moving The Focus Point Of The Sony A7 II - Lightroom Guy
This tells the camera you want to move the focus point. Then you can press the up, down, left and right buttons of...
Read more >
Function Guide for Focus Standard - Sony
When the ILCE-7RM2 camera is set to Movie mode, the AF Drive Speed setting is available. It can be adjusted from the camera's...
Read more >
Sony A7 III, A7R III, A9 Autofocus Settings
Important: when you touch the screen, the camera activates the focus area but doesn't focus automatically. You need to press the shutter button ......
Read more >
"Run and gun" autofocus setting for A7 class cameras
And finally, eye autofocus seems fantastic for automating portrait ... I set the camera to continuous AF, focus area = wide and drive...
Read more >
SONY A7II | Custom Button Setup - YouTube
Whats up everyone in this A7II video we are going to be looking over my ... AF 1:35 Center Button/ Focus Area1:47 Left...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found