summaryrefslogtreecommitdiff
path: root/test/event.cpp
AgeCommit message (Expand)Author
2020-05-16libcamera: Move internal headers to include/libcamera/internal/Laurent Pinchart
2019-08-19test: Get event dispatcher from current threadLaurent Pinchart
2019-04-29libcamera: Don't ignore the return value of read() and write()Laurent Pinchart
2019-01-08test: Add event notifier testLaurent Pinchart
s. The CameraLens class uses the V4L2 subdev kernel API to interface with the camera lens through a sub-device exposed to userspace by the lens driver. In order for libcamera to be fully operational and provide all the required information to interface with the camera lens to applications and pipeline handlers, a set of mandatory features the driver has to support has been defined. Mandatory Requirements ---------------------- The lens driver is assumed to be fully compliant with the V4L2 specification. The lens driver shall support the following V4L2 controls: * `V4L2_CID_FOCUS_ABSOLUTE`_ .. _V4L2_CID_FOCUS_ABSOLUTE: https://www.kernel.org/doc/html/latest/userspace-api/media/v4l/ext-ctrls-camera.html