Skip to content

Commit

Permalink
Update demux_message_group.py (#941)
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
jakaskerl authored Jan 9, 2024
1 parent 3cdc466 commit 1c9524e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Sync/demux_message_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
""")

sync = pipeline.create(dai.node.Sync)
sync.setSyncThresholdMs(timedelta(milliseconds=100))
sync.setSyncThreshold(timedelta(milliseconds=100))

demux = pipeline.create(dai.node.MessageDemux)

Expand Down

0 comments on commit 1c9524e

Please sign in to comment.