summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/refresh-cw.svg
blob: 06c358dd0c5f28540d1d5e2608cd35f395fc5844 (plain)
1
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-refresh-cw"><polyline points="23 4 23 10 17 10"></polyline><polyline points="1 20 1 14 7 14"></polyline><path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"></path></svg>
s // "agc.status" metadata. #ifdef __cplusplus extern "C" { #endif // Note: total_exposure_value will be reported as zero until the algorithm has // seen statistics and calculated meaningful values. The contents should be // ignored until then. struct AgcStatus { libcamera::utils::Duration total_exposure_value; // value for all exposure and gain for this image libcamera::utils::Duration target_exposure_value; // (unfiltered) target total exposure AGC is aiming for libcamera::utils::Duration shutter_time; double analogue_gain; char exposure_mode[32]; char constraint_mode[32]; char metering_mode[32]; double ev; libcamera::utils::Duration flicker_period; int floating_region_enable; libcamera::utils::Duration fixed_shutter; double fixed_analogue_gain; double digital_gain; int locked; }; #ifdef __cplusplus } #endif