Hello,
I'm working in a project where I set the focus of the camera using the manual method:
dai::CameraControl ctrl;
ctrl.setManualFocus(lensPos);
I would like to know the minimum time required for the camera to actually get to this lens position. I am using depthai-core version 2.17.4, and for this version it is impossible to obtain the lens position of the recovered frame from the device (there is no method to do that). I cannot use a higher version of depthai since this is the only one that do not generate an image artifact when using the configuration I use (this constraint is explained better here Image artifacts when metadata is available).
If you could provide such information or if you have found a way to resolve the image artifact that would be really helpful.
Thank you very much.