Open collineps opened 1 year ago
The bind
argument does exist:
$ python -m pyvcam -h
usage: __main__.py [-h] [--bind BIND] [--no-localhost-bind] [-p PORT] [-v]
[-q]
PyVCAM controller. Use this controller to drive the Teledyne PrimeBSI camera.
See documentation at https://github.com/Photometrics/PyVCAM
options:
-h, --help show this help message and exit
network server:
--bind BIND additional hostname or IP address to bind to; use '*'
to bind to all interfaces (default: [])
--no-localhost-bind do not implicitly also bind to localhost addresses
-p PORT, --port PORT TCP port to listen on (default: 3249)
verbosity:
-v, --verbose increase logging level
-q, --quiet decrease logging level
May need to raise this issue with the DAX team to learn more.
When using this package in a DAX.sim simulation of an experiment, an error is thrown for a missing argument:
Implement the
bind
argument so the device can be used in simulation.