Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.22 KB

image_manip_rotate.rst

File metadata and controls

44 lines (28 loc) · 1.22 KB

ImageManip Rotate

This example showcases how to rotate color and mono frames with the help of ImageManip node. In the example, we are rotating by 90°.

Note

Due to HW warp constraint, input image (to be rotated) has to have width value of multiples of 16.

Demos

Rotated mono and color frames

Here I have DepthAI device positioned vertically on my desk.

Setup

Source code

Python

Also available on GitHub

../../../../examples/ImageManip/image_manip_rotate.py

C++

Also available on GitHub

../../../../depthai-core/examples/ImageManip/image_manip_rotate.cpp