Skip to content

Commit eea34f8

Browse files
committed
debug
1 parent 8e08f24 commit eea34f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vao-recorder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def __init__(self, *args, **kwargs):
383383
yaml_dump(device, to_file=self.output_folder / f'rsdevice{i}.yaml')
384384
config = rs.config()
385385
config.enable_device(sn)
386-
for stream in streams:
386+
for stream in streams.values():
387387
parameters = {
388388
'stream_type': getattr(rs.stream, stream['type']),
389389
'format': getattr(rs.format, stream['format']),

0 commit comments

Comments
 (0)