Camera Focusable #706
-
Is there any API that may return a value state that whether the camera has a motorised lens or not? Read through the documentation and seems like now there aren't any API to do that. Try to do some application that can fit with any type of camera supported by raspberry pi. Just that I can't identify whether the camera has a motorised lens programatically until I start the autofocus cycle, then only it will prompt out that the camera does not support autofocus. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think the AfMode property should only be in the camera controls ( |
Beta Was this translation helpful? Give feedback.
I think the AfMode property should only be in the camera controls (
picam2.camera_controls
) if there is a focusable lens available.