summaryrefslogtreecommitdiff
path: root/src/qcam/assets/feathericons/navigation.svg
diff options
context:
space:
mode:
authorJacopo Mondi <jacopo@jmondi.org>2019-11-20 16:36:34 +0100
committerJacopo Mondi <jacopo@jmondi.org>2020-02-14 16:27:42 +0100
commitf8951ee720a817c4802189ee3a5bc26a2fc5794d (patch)
tree8895d913295b1521b179c105c4d2b869ba22164f /src/qcam/assets/feathericons/navigation.svg
parent025149b050a4814d0600c0da88fbcc2181a5f226 (diff)
libcamera: camera: Add Camera properties
Add a method to the Camera class to retrieve the Camera properties registered by the pipeline handler. While at it, reword the Camera::controls() operation documentation to specify that the camera control information are constant during the camera lifetime not their value, while the camera properties value are the actually static information. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'src/qcam/assets/feathericons/navigation.svg')
0 files changed, 0 insertions, 0 deletions
Namespace for libcamera controls */ namespace controls { ${controls_doc} /** * \brief Namespace for libcamera draft controls */ namespace draft { ${draft_controls_doc} } /* namespace draft */ #ifndef __DOXYGEN__ /* * Keep the controls definitions hidden from doxygen as it incorrectly parses * them as functions. */ ${controls_def} namespace draft { ${draft_controls_def} } /* namespace draft */ #endif /** * \brief List of all supported libcamera controls * * Unless otherwise stated, all controls are bi-directional, i.e. they can be * set through Request::controls() and returned out through Request::metadata(). */ extern const ControlIdMap controls { ${controls_map} }; } /* namespace controls */ } /* namespace libcamera */