aosp12/external/dynamic_depth
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
includes init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
internal init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
Android.bp init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
LICENSE init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
METADATA init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
MODULE_LICENSE_APACHE2 init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
OWNERS init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
README.android init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00

README.android

Library Name: Dynamic Depth
License: Apache 2
Description: A C++ implementation of the Dynamic Depth extension. It contains all necessary
utilities for reading and writing Depth and AR photos.

Local patches
-------------
- Android depth photo validation sequence "ValidateAndroidDynamicDepthBuffer()".
- Add NDK library variant.
- Check for depth map payload
- Add missing <cassert> include to xmpmeta/xmp_parser.cc.