Skip to content

Commit 5d8a806

Browse files
Update gen2-people-counter
1 parent d91dc82 commit 5d8a806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen2-people-counter/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
with OakCamera(replay='people-images-01') as oak:
77
color = oak.create_camera('color')
88
nn = oak.create_nn('person-detection-retail-0013', color)
9-
oak.replay.setFps(3)
9+
oak.replay.set_fps(3)
1010

1111
def cb(packet: DetectionPacket, visualizer: Visualizer):
1212
num = len(packet.img_detections.detections)

0 commit comments

Comments
 (0)