PierreCAM Hello Luxonis Support Team, I have seen on previous post that the OAK4 is currently capable of HDR with the IMX586 jakaskerl. How can I make that happen ? Is it the auto-exposure parameter in the camera controls tutorial https://github.com/luxonis/oak-examples/tree/main/camera-controls/manual-camera-control? Thank you in advance for your support.
OskarSonc Hey @PierreCAM HDR isn’t tied to auto-exposure — you can enable it in v3 with: camera.initialControl.setHdr(True) (runtime configurable) Thanks, Oskar
PierreCAM OskarSonc Hello Oskar, Thank you very much for your response, glad to hear that we can do HDR with the OAK4. In the changelog of OS 1.18.3 it is mentionned that HDR is improved by introducing HDR3, I haven't any ressources on internet about that, what does that mean ? Regards, Pierre
OskarSonc In OS 1.18.3, HDR on the IMX586 was upgraded to what we call HDR3. That just means the sensor now uses three exposures (short, medium, long), so it can capture a wider range of bright and dark areas at the same time.