-
Notifications
You must be signed in to change notification settings - Fork 61
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
Manual Focus Adjustment #66
Comments
This library just helps call whatever APIs the camera itself makes available from Python. There are some files in
I don't know if any of those would do the trick, but you could give it a try depending on what your camera offers. |
It's been a while since I played with the code/cameras. I think that you may be referring to a different API (ie. over USB), this project uses the 'Sony Remote API' (over WiFi). A found some discussion here: My HX60
My A5000 (which I brought more recently) appears to support the DirectManualFocus methods.
When Auto-tracking the camera will report these locations, and the demo app can show where these are located with markers, using the '--info' parameter: |
WiFi API is defined here: |
I am wondering if this package can do the manual focus adjustment. I have managed to get this working on the A7R4 with the Sony SDK with the following commands
I was wondering if you have this control in this package.
The text was updated successfully, but these errors were encountered: