Skip to content

Commit

Permalink
Merge branch 'main' into update_python_312
Browse files Browse the repository at this point in the history
  • Loading branch information
moratom authored Jan 16, 2024
2 parents 3f39768 + 1c9524e commit 74c6af5
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 74c6af5

Please sign in to comment.