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 0410775 commit 6e2580eCopy full SHA for 6e2580e
examples/object_tracker_video.py
@@ -76,7 +76,7 @@
76
# Connect and start the pipeline
77
with dai.Device(pipeline) as device:
78
79
- qIn = device.getInputQueue(name="inFrame",)
+ qIn = device.getInputQueue(name="inFrame")
80
trackerFrameQ = device.getOutputQueue(name="trackerFrame", maxSize=4)
81
tracklets = device.getOutputQueue(name="tracklets", maxSize=4)
82
qManip = device.getOutputQueue(name="manip", maxSize=4)
0 commit comments