summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/share-2.svg
blob: 09b1c7bcd43d37532f947a44338a8d61dfe20a98 (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-share-2"><circle cx="18" cy="5" r="3"></circle><circle cx="6" cy="12" r="3"></circle><circle cx="18" cy="19" r="3"></circle><line x1="8.59" y1="13.51" x2="15.42" y2="17.49"></line><line x1="15.41" y1="6.51" x2="8.59" y2="10.49"></line></svg>
{ int32_t defVBlank; utils::Duration lineDuration; Size size; } sensor; }; struct IPAActiveState { struct { uint32_t focus; double maxVariance; bool stable; } af; struct { uint32_t exposure; double gain; uint32_t constraintMode; uint32_t exposureMode; } agc; struct { struct { double red; double green; double blue; } gains; double temperatureK; } awb; struct { double gamma; struct ipu3_uapi_gamma_corr_lut gammaCorrection; } toneMapping; }; struct IPAFrameContext : public FrameContext { struct { uint32_t exposure; double gain; } sensor; }; struct IPAContext { IPASessionConfiguration configuration; IPAActiveState activeState; FCQueue<IPAFrameContext> frameContexts; ControlInfoMap::Map ctrlMap; }; } /* namespace ipa::ipu3 */ } /* namespace libcamera*/