SmartSpectra C++ SDK
Measure human vitals from video with SmartSpectra C++ SDK.
Loading...
Searching...
No Matches
presage::smartspectra::video_source::CameraTunerSettings Struct Reference

Configuration parameters for the camera tuning process. More...

#include <camera_tuner_settings.hpp>

Public Attributes

int auto_wb_frame_count = 30
 Number of frames to capture for auto white balance establishment.
double min_acceptable_framerate = 26.0
 Minimum acceptable framerate (FPS) - reduce exposure until framerate reaches this.
double exposure_step = 0.02
 Step size for exposure reduction (normalized)
double min_exposure = 0.0
 Minimum exposure value (normalized) - safety limit.
int exposure_settle_frames = 3
 Number of frames to wait after changing exposure for camera to settle.
int max_exposure_iterations = 50
 Maximum iterations for exposure reduction (safety limit)
double gain_step = 0.05
 Step size for gain increase (normalized)
double max_acceptable_gain = 0.8
 Maximum acceptable gain value (safety limit)
int gain_settle_frames = 3
 Number of frames to wait after changing gain for camera to settle.
int max_gain_iterations = 20
 Maximum iterations for gain increase (safety limit)
bool render_calibrating_overlay = false
 Whether to render "Tuning camera..." overlay on frames during the tuning process.

Detailed Description

Configuration parameters for the camera tuning process.


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