Skip to content

Commit 6e2580e

Browse files
committed
Typo
1 parent 0410775 commit 6e2580e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/object_tracker_video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
# Connect and start the pipeline
7777
with dai.Device(pipeline) as device:
7878

79-
qIn = device.getInputQueue(name="inFrame",)
79+
qIn = device.getInputQueue(name="inFrame")
8080
trackerFrameQ = device.getOutputQueue(name="trackerFrame", maxSize=4)
8181
tracklets = device.getOutputQueue(name="tracklets", maxSize=4)
8282
qManip = device.getOutputQueue(name="manip", maxSize=4)

0 commit comments

Comments
 (0)