summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/arrow-right.svg
AgeCommit message (Collapse)Author
2020-02-14qcam: assets: Provide initial icon setKieran Bingham
Provide simple clean icons from https://feathericons.com/ (https://github.com/feathericons/feather) These are provided under the MIT license. Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
pan> */ #pragma once #include <linux/bcm2835-isp.h> // The focus algorithm should post the following structure into the image's // "focus.status" metadata. Recall that it's only reporting focus (contrast) // measurements, it's not driving any kind of auto-focus algorithm! #ifdef __cplusplus extern "C" { #endif struct FocusStatus { unsigned int num; uint32_t focus_measures[FOCUS_REGIONS]; }; #ifdef __cplusplus } #endif