Android SDKs

Android SDKs

Written by: Ascend Engineering Inc.

Table of Contents

Table of Contents 1

[INSERT CONTENT AND PAGE NUMBERS]

Cameras

All of the camera stuff, at some point, utilizes the cameras from the android OS

header files: https://android.googlesource.com/platform/hardware/libhardware/+/master/include/hardware/camera_common.h

camea_module:

https://source.android.com/reference/hal/structcamera__module

camera_metadata_tags:

https://android.googlesource.com/platform/system/media/+/master/camera/include/system/camera_metadata_tags.h

Last updated