summaryrefslogtreecommitdiff
path: root/src/libcamera/controls.cpp
AgeCommit message (Expand)Author
2019-10-13libcamera: control_ids: Generate map of all supported controlsLaurent Pinchart
2019-10-05libcamera: controls: Use ControlValidator to validate ControlListLaurent Pinchart
2019-10-05libcamera: controls: Rename ControlInfo to ControlRangeLaurent Pinchart
2019-10-05libcamera: controls: Remove ControlInfo::idLaurent Pinchart
2019-10-05libcamera: controls: Remove the unused ControlList::update() methodLaurent Pinchart
2019-10-04libcamera: controls: Improve the API towards applicationsLaurent Pinchart
2019-10-04libcamera: controls: Use explicit 32-bit integer typesLaurent Pinchart
2019-10-04libcamera: controls: Make ControlValue get/set accessors template methodsLaurent Pinchart
2019-10-04libcamera: controls: Rename ControlValueType to ControlTypeLaurent Pinchart
2019-07-15libcamera: Fix spellings and grammarKieran Bingham
2019-07-02libcamera: controls: Add a set of initial controlsLaurent Pinchart
2019-07-02libcamera: controls: Extend ControlList to access controls by IDLaurent Pinchart
2019-07-02libcamera: camera: Provide a list of ControlInfoKieran Bingham
2019-07-02libcamera: controls: Introduce control-related data typesKieran Bingham