IRSOL
C++ code implementing socket server for interacting with Baumer camera.
Params Struct Reference

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)
 

Detailed Description

Command-line parameters for the program.

Definition at line 34 of file main-opencv.cpp.

Member Data Documentation

◆ fps

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.

◆ logLevel

spdlog::level::level_enum Params::logLevel {spdlog::level::info}

Logging verbosity level (default: info)

Definition at line 37 of file main-opencv.cpp.

37{spdlog::level::info};

◆ numClients

uint32_t Params::numClients {1}

Number of clients to run concurrently (default: 1)

Definition at line 99 of file main.cpp.

99{1};

◆ numFrames

uint64_t Params::numFrames {10}

Number of frames to capture from the camera (default: 10)

Definition at line 40 of file main-opencv.cpp.

40{10};

The documentation for this struct was generated from the following files: