Skip to main content

Crate viva_camctl

Crate viva_camctl 

Source
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.