Lines Matching refs:Camera
1 # V4L2 Camera HALv3
3 The camera.v4l2 library implements a Camera HALv3 using the
12 but it's not maintained by Android Camera team. There is another V4L2
13 camera HAL implementation which is maintained by Android Camera team
32 to load the V4L2 HAL instead of a default Camera HAL.
45 There are three large pieces to the V4L2 Camera HAL: the general HALv3
46 Camera & HAL code, the specific implementation using V4L2,
52 ### Camera & HAL Interface
54 The camera and HAL interfaces are implemented by the Camera and
62 The Camera class implements the general logic for handling the camera -
66 [V4L2 Camera](#V4L2-Camera). The Camera (using helper classes) enforces
71 Camera class should "just work".
76 It includes some methods for the Camera class to verify the setup, but the
77 bulk of the class is the request queue. The Camera class submits CaptureRequests
87 back to the Camera class for final processing (validation, filling in the
123 This V4L2 Camera HAL implementation utilizes a metadata factory method.
135 This makes this HAL not backwards compatible with the Android Camera (v1) API