erik Maybe this is just a misunderstanding I have with depthai and its APIs.
I have a preview working as expected. I'd like to constrain the preview. I'm testing both setFov
and setCenterCrop
to do so. I can confirm the values associated with the API calls are changing, but the final preview is not modified. I am expecting the preview to be modified by these API calls. Should I? Or is the preview stream "locked"?
Ultimately, I need the preview stream (or an otherwise small 1:1 crop) for my NN requirements. Right now I'm exploring how I can further modify the image that I send to my NN (via fov and cropping—but I'm open to other ideas).