![]() |
IRSOL
C++ code implementing socket server for interacting with Baumer camera.
|
Per-client configuration parameters for the GIS (GetImageSequence) command. More...
#include <state.hpp>
Public Attributes | |
uint64_t | inputSequenceLength {16} |
Number of frames the client expects in a sequence. | |
uint64_t | inputSequenceNumber {0} |
Current frame index in the sequence (automatically incremented). | |
double | frameRate {4.0} |
Desired frame rate for this client's stream. | |
Per-client configuration parameters for the GIS (GetImageSequence) command.
These values determine how many frames are sent, how they are sequenced, and at what frame rate. This structure is unique to each connected client.
double irsol::server::internal::GisParams::frameRate {4.0} |
uint64_t irsol::server::internal::GisParams::inputSequenceLength {16} |
uint64_t irsol::server::internal::GisParams::inputSequenceNumber {0} |