android: hal: Add Camera3 HAL
Add libcamera Android Camera HALv3 implementation. The initial camera HAL implementation supports the LIMITED hardware level and uses statically defined metadata and camera characteristics. Add a build option named 'android' and adjust the build system to selectively compile the Android camera HAL and link it against the required Android libraries. Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
parent
6bed34da16
commit
667d8ea8fd
13 changed files with 1559 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
android_hal_sources = files([
|
||||
'camera3_hal.cpp',
|
||||
'camera_hal_manager.cpp',
|
||||
'camera_device.cpp',
|
||||
'camera_proxy.cpp',
|
||||
'thread_rpc.cpp'
|
||||
])
|
||||
|
||||
android_camera_metadata_sources = files([
|
||||
'metadata/camera_metadata.c',
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue