-
Notifications
You must be signed in to change notification settings - Fork 0
Client configuration
Use the --help
option to get a help message like the one below
The amount of threads to use for the ZMQ context. Default should likely suffice.
The flag to enable verbose log messages for the main thread. Quite useless.
The JSON file to be parsed. If it is not found, the program fails silently.
The title for the stream window and log messages.
The address to connect to. Follows the form <protocol>://<address>:<port>
where protocol would likely be tcp
.
e.g tcp://192.168.0.100:554
, tcp://mycomputer:5000
The prefix used in validating incoming ZMQ messages. Keep this consistent across a client-server pair and try not to use long prefixes.
e.g camera 1
, mystream
The hard FPS limit for the stream. Not recommended for use on client as you probably want to be receiving frames as fast as possible.
The flag to enable verbose log messages. This includes outputting the FPS.
The custom width for the stream.
The custom height for the stream.
The gamma adjustment of the stream. Values less than 1 will make bright colours brighter and dark colours darker, ideal for dark rooms. Values greater than 1 will saturate darker colours, ideal for bright rooms.