You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/components/nodes/camera.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Compared to :ref:`ColorCamera` node, Camera node:
9
9
- 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
10
10
- Supports **cam.setCalibrationAlpha()**, example here: :ref:`Undistort camera stream`
11
11
- 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)``.
12
13
13
14
Besides points above, compared to :ref:`MonoCamera` node, Camera node:
0 commit comments