I would like to setup the camera vertically (400P with 400width and 640height). Is there anyway to achive this, i_sensor_img_orientation seem does not allow 90 degree rotate

cc @Luxonis-Adam Is it possible to do this (like on depthai with ImageManip node)? Current implementation only uses the CameraImageOrientation.hpp afaik, which doesn't allow for 90deg rotation.

Thanks,
Jaka

If i rotate the camera, will the intrinsic affected?

Hi, I am not sure if that image_rotate node provides that, if you write your own implementation you should convert camera info accordingly (switching fx/fy cx/cy should be enough)