Open jens-bongartz opened 2 years ago
Hello @jens-bongartz , sorry for the inconvenience here, from my testing it looks like the camera sensor on the OAK-D-Lite doesn't support changing orientation, cc @alex-luxonis on that. In the meantime, you can rotate frames using ImageManip, see example here. Thanks, Erik
Wow, a reply in 12 minutes is very impressive. Thank you Erik! I will have a look into ImageManip. Thanks, Jens
Hello Luxionis Team,
I have installed my Oak-D Lite due to mechanical reasons upside down in the windshield of my car and want to run "road-segmentation". For a correct processing the camera image must be rotated by 180 degree. Therefore I added the orientation parameter to the createColorCam() function of the script "main.py".
pm.createColorCam(previewSize=nn_shape, orientation=dai.CameraImageOrientation.ROTATE_180_DEG)
But this does not have the expected effect. The image is still upside down and the sky is segmented. Which is the right way to rotate the input image?
Thanks and best regards Jens