mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-24 07:09:59 +00:00
add ndk interface in camera_framework
Signed-off-by: kerongfeng <fengkerong@huawei.com>
This commit is contained in:
parent
57b1a65a80
commit
0e95e31c0c
@ -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;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user