![]() |
IRSOL
C++ code implementing socket server for interacting with Baumer camera.
|
Command-line parameters for the program. More...
Public Attributes | |
spdlog::level::level_enum | logLevel {spdlog::level::info} |
Logging verbosity level (default: info) | |
uint64_t | numFrames {10} |
Number of frames to capture from the camera (default: 10) | |
double | fps = -1 |
FPS at which to capture frames from the camera (negative means as fast as you can) | |
uint32_t | numClients {1} |
Number of clients to run concurrently (default: 1) | |
Command-line parameters for the program.
Definition at line 34 of file main-opencv.cpp.
double Params::fps = -1 |
FPS at which to capture frames from the camera (negative means as fast as you can)
Definition at line 43 of file main-opencv.cpp.
spdlog::level::level_enum Params::logLevel {spdlog::level::info} |
Logging verbosity level (default: info)
Definition at line 37 of file main-opencv.cpp.
uint32_t Params::numClients {1} |
uint64_t Params::numFrames {10} |
Number of frames to capture from the camera (default: 10)
Definition at line 40 of file main-opencv.cpp.