Skip to content

Samples: Add CLI options to connect.py sample - #232

Open
csu-bot-zivid wants to merge 1 commit into
masterfrom
2026-07-30-update-python-samples
Open

Samples: Add CLI options to connect.py sample#232
csu-bot-zivid wants to merge 1 commit into
masterfrom
2026-07-30-update-python-samples

Conversation

@csu-bot-zivid

@csu-bot-zivid csu-bot-zivid commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Camera connection sample

  • connect.py now accepts --serial, --ip, and --hostname
    command-line arguments, so you can point it at your own camera
    without editing the code. Sensible placeholder defaults are
    still used if you don't pass any arguments.

Visualization sample fix

  • capture_vis_3d_in_loop_with_keypress_exit.py now exits as soon
    as the visualizer window is closed or 'q' is pressed. Previously
    the window could reopen after being closed while a capture was
    in progress; the exit behavior is now simpler and more
    predictable.

@csu-bot-zivid
csu-bot-zivid force-pushed the 2026-07-30-update-python-samples branch 5 times, most recently from 7fada7d to 99006ed Compare August 3, 2026 11:00
Camera connection sample:
- connect.py now accepts --serial, --ip, and --hostname
  arguments, so you can point it at your own camera without
  editing the code.

Visualization sample fix:
- The sample now exits as soon as the visualizer window
  closes or 'q' is pressed, instead of sometimes reopening
  the window.
@csu-bot-zivid
csu-bot-zivid force-pushed the 2026-07-30-update-python-samples branch from 99006ed to 1552a96 Compare August 4, 2026 07:01
@csu-bot-zivid csu-bot-zivid changed the title Samples: Automatic updates to public repository Samples: Add CLI options to connect.py sample Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant