Skip to content

Commit

Permalink
Update docs/source/components/nodes/tof.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Erol444 authored May 20, 2024
1 parent 166ebd7 commit 11f8a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/components/nodes/tof.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Usage
pipeline = dai.Pipeline()

tof_cam = pipeline.create(dai.node.Camera)
tof_cam.setFps(60)
tof_cam.setFps(30)
# We assume the ToF camera sensor is on port CAM_A
tof_cam.setBoardSocket(dai.CameraBoardSocket.CAM_A)

Expand Down

0 comments on commit 11f8a9d

Please sign in to comment.