Skip to content

Commit

Permalink
chore: Update example to provide clarification for Gemini 330 series …
Browse files Browse the repository at this point in the history
…users
  • Loading branch information
jian-dong committed Sep 19, 2024
1 parent 4cd52c1 commit 56db9eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/depth_color_sync_align_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,6 @@ def main(argv):


if __name__ == "__main__":
print("Please NOTE: This example is NOT supported by the Gemini 330 series.")
print("If you want to see the example on Gemini 330 series, please refer to align_filter_viewer.py")
main(sys.argv[1:])

0 comments on commit 56db9eb

Please sign in to comment.