Skip to content

Commit

Permalink
OAK-D - gzip depth stream
Browse files Browse the repository at this point in the history
  • Loading branch information
m3d committed May 7, 2024
1 parent 09d41f7 commit 7cd30e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osgar/drivers/oak_camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self, config, bus):
self.input_thread = Thread(target=self.run_input, daemon=True)
self.bus = bus

self.bus.register('depth', 'color', 'orientation_list', 'detections',
self.bus.register('depth:gz', 'color', 'orientation_list', 'detections',
# *_seq streams are needed for output sync amd they are published BEFORE payload data
'depth_seq', 'color_seq', 'detections_seq')
self.fps = config.get('fps', 10)
Expand Down

0 comments on commit 7cd30e2

Please sign in to comment.