Skip to content

Commit

Permalink
add enable frame sync
Browse files Browse the repository at this point in the history
  • Loading branch information
jian-dong committed Jul 22, 2024
1 parent ddf46ad commit d2000ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/save_pointcloud_by_o3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def main():
print(e)

pipeline.start(config)
pipeline.enable_frame_sync()
saved_color_cnt: int = 0
saved_depth_cnt: int = 0
while True:
Expand Down

0 comments on commit d2000ec

Please sign in to comment.