We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91dc82 commit 5d8a806Copy full SHA for 5d8a806
gen2-people-counter/main.py
@@ -6,7 +6,7 @@
6
with OakCamera(replay='people-images-01') as oak:
7
color = oak.create_camera('color')
8
nn = oak.create_nn('person-detection-retail-0013', color)
9
- oak.replay.setFps(3)
+ oak.replay.set_fps(3)
10
11
def cb(packet: DetectionPacket, visualizer: Visualizer):
12
num = len(packet.img_detections.detections)
0 commit comments