You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting the focus via the PCIC/RPC interface, we unfortunately realised that there is probably no way to block until the focus is actually achieved. If adjusting the focus and then starting image capture, the focus is adjusted in the captured images -> BLUR.
Check for "waitForConfigurationDone()" method in RPC and also calls this when the focus is adjusted; this only seems to wait for the software-side change and not the mechanical change.
Also check this issue for the PCIC interface.
Test this feature for setting autofocus and focus individually!
The text was updated successfully, but these errors were encountered:
When setting the focus via the PCIC/RPC interface, we unfortunately realised that there is probably no way to block until the focus is actually achieved. If adjusting the focus and then starting image capture, the focus is adjusted in the captured images -> BLUR.
Check for "waitForConfigurationDone()" method in RPC and also calls this when the focus is adjusted; this only seems to wait for the software-side change and not the mechanical change.
Also check this issue for the PCIC interface.
Test this feature for setting autofocus and focus individually!
The text was updated successfully, but these errors were encountered: