Skip to content

Commit d73694a

Browse files
authored
Update camera.rst (#962)
Added FOV dependent undistortion info for camera node.
1 parent b331644 commit d73694a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/components/nodes/camera.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Compared to :ref:`ColorCamera` node, Camera node:
99
- Supports **cam.setSize()**, which replaces both ``cam.setResolution()`` and ``cam.setIspScale()``. Camera node will automatically find resolution that fits best, and apply correct scaling to achieve user-selected size
1010
- Supports **cam.setCalibrationAlpha()**, example here: :ref:`Undistort camera stream`
1111
- Supports **cam.loadMeshData()** and **cam.setMeshStep()**, which can be used for custom image warping (undistortion, perspective correction, etc.)
12+
- Automatically undistorts camera stream if HFOV of the camera is greater than 85°. You can disable this with: ``cam.setMeshSource(dai.CameraProperties.WarpMeshSource.NONE)``.
1213

1314
Besides points above, compared to :ref:`MonoCamera` node, Camera node:
1415

0 commit comments

Comments
 (0)