platform_hardware_interfaces/camera
Yin-Chia Yeh 3aa9ae979c Camera: add external camera fps control
V4L2 doesn't seem to allow changing fps at runtime, so we need to
wait until pipeline is idle and reconfigure V4L2 streams.

Also update the fps filtering logic to make sure supported fps
are consistent as long as the major dimension is the same.
Ex: for 4:3 webcams, all 1280*N sizes has the same fps set, or
    for 16:9 webcams, all N*720 sizes has the same fps set.

Bug: 72261912
Change-Id: I534f09bebadb2f532a030a841633a8be7d3a87cc
2018-02-28 16:00:18 -08:00
..
common Common: Added CameraMetadata -> libexif converter 2018-01-26 21:23:56 -08:00
device Camera: add external camera fps control 2018-02-28 16:00:18 -08:00
metadata camera.device@3.4/metadata@3.3: Revise MOTION_TRACKING capability 2018-02-12 11:29:25 -08:00
provider Camera: assert no HAL1 in devices launched in P+ 2018-02-23 12:09:39 -08:00
README.md Camera: HIDLized camera HALs, first set 2016-12-02 19:43:39 +00:00

Camera HALs


Overview:

The camera.* HAL tree is used by the Android camera service to discover and operate camera devices available on the device.

More details and versioning information can be found within each particular HAL.

More complete information about the Android camera HAL and subsystem can be found at source.android.com.