add ndk interface in camera_framework

Signed-off-by: kerongfeng <fengkerong@huawei.com>
This commit is contained in:
kerongfeng 2024-04-12 09:45:42 +00:00 committed by Gitee
parent 57b1a65a80
commit 0e95e31c0c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -613,6 +613,12 @@ typedef struct Camera_Device {
* Camera connection type attribute.
*/
Camera_Connection connectionType;
/**
* Camera orientation degree.
* Range of valid values: 0, 90, 180, 270
*/
uint32_t cameraOrientation;
} Camera_Device;
/**