/* SPDX-License-Identifier: BSD-2-Clause */ /* * Copyright (C) 2019, Raspberry Pi (Trading) Limited * * awb_status.h - AWB control algorithm status */ #pragma once // The AWB algorithm places its results into both the image and global metadata, // under the tag "awb.status". #ifdef __cplusplus extern "C" { #endif struct AwbStatus { char mode[32]; double temperature_K; double gain_r; double gain_g; double gain_b; }; #ifdef __cplusplus } #endif ibcamera/pinchartl/libcamera.git' title='libcamera/pinchartl/libcamera.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/arrow-up.svg
blob: 16b13aba824da3c3ee12b03c318a13fdc828f4bf (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-arrow-up"><line x1="12" y1="19" x2="12" y2="5"></line><polyline points="5 12 12 5 19 12"></polyline></svg>