Skip to content

Commit b6af8b5

Browse files
committed
rgb_depth_aligned.py: fix AttributeError issue
1 parent 175a0c4 commit b6af8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rgb_depth_aligned.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# Create pipeline
1212
pipeline = dai.Pipeline()
13-
queueNames = None
13+
queueNames = []
1414

1515
# Define sources and outputs
1616
camRgb = pipeline.createColorCamera()

0 commit comments

Comments
 (0)