Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zhonghong322 committed Sep 7, 2024
1 parent 9a656c9 commit 1d530ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file modified docs/images/image10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/image11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions examples/align_filter_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ def main(argv):
frames = pipeline.wait_for_frames(100)
if not frames:
continue
color_frame = frames.get_color_frame()
depth_frame = frames.get_depth_frame()
if not color_frame or not depth_frame:
continue
frames = align_filter.process(frames)
color_frame = frames.get_color_frame()
depth_frame = frames.get_depth_frame()
Expand Down

0 comments on commit 1d530ab

Please sign in to comment.