Expand description
viva-camctl — the GenICam diagnostic CLI, as a library.
The command-line surface lives in cli and is driven by run, so there
is exactly one implementation of it. The viva-camctl binary calls run,
and so does the viva-camctl console script that pip install viva-genicam
installs — the Python users we most often ask for a viva-camctl report are
the ones least able to build it from source, and a second entry point would
be a second thing to keep in step.
Modules§
- cli
- cmd_
bench - cmd_
chunks - cmd_
events - cmd_get
- cmd_
list - cmd_
report viva-camctl report— one command that produces everything we ask for.- cmd_set
- cmd_
set_ ip - cmd_
stream - cmd_usb
- USB3 Vision CLI commands.
- cmd_xml
viva-camctl xml— dump a camera’s GenApi XML.- common
Functions§
- run
- Parse
args, run the selected command to completion, and return the exit code the process should use.