I just received my OAK-D | DepthAI Onboard Camera
Everything looks OK except surprisingly, preview image (and result of models) is mirrored : left is displayed on right and reverse.
Is it normal ? Is there any switch or API call to reverse again the preview image ? I could do that using opencv but is there something more high level in depthAI API ?
Thx
OAK-D: preview image is reversed
acharroux It is configurable. I think this PR is what added it for Gen2: https://github.com/luxonis/depthai-python/pull/78. And this example is for the grayscale cameras in OAK-D, but I think could be changed to do this for OAK-1:
That said, could you share what you are seeing here? I don't think I've seen this before.
Thanks,
Brandon
Shame on me ! I re-discover now : If I look in a mirror, It's not the same thing as putting a camera in face of me !!
so everything is normal. Sorry for the waste of time.
Whatever, the github link to the change is still useful for me
Thx