I am updating an old project at at the time OAK-D-POE had issues and so I was directed to:
auto lensPos = deviceCalib->getLensPosition(dai::CameraBoardSocket::RGB);
dai::CameraControl ctrl;
ctrl.setManualFocus(lensPos);
controlQueue->send(ctrl);
Is this no longer necessary? What is best practice?