Hi. I am trying to capture images at 15 fps with HDR enabled using the OAK-1-MAX camera. Specifically, I am using the depthai-python/utilities/cam_test.py
script as suggested in this page.
There are two issues:
- At 12 MP resolution, when I enable the options -
misc hdr-exposure-ratio=4 hdr-local-tone-weight=75
, I can only capture a maximum of 3 fps.
- I also tried to reduce the resolution to 4k and 1080 with the above HDR options, and in those cases the fps went to 10 but the images were blank (screenshot below)
Any help getting me to to 15 fps HDR images is highly appreciated.
Thanks in advance