Skip to content

Commit a1f8eda

Browse files
authored
Merge pull request #546 from luxonis/imagemanip_limitation
Added imagemanip width limitation
2 parents 88a99bb + c23f568 commit a1f8eda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/components/nodes/image_manip.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ Limitations
7979

8080
Besides limitations mentioned above (unsupported frame formats), there are other limitations:
8181

82-
- Due to HW warp constraint, rotating/warping can be done only on frames whose width values are multiples of 16.
82+
- Due to HW warp constraint, rotating/warping can be done only on frames whose width values are multiples of 16
83+
- Maximum output width of a frame is 1920 pixels
8384

8485
Examples of functionality
8586
#########################

0 commit comments

Comments
 (0)