mirror of
https://github.com/openharmony/multimedia_camera_lite.git
synced 2026-07-20 01:03:35 -04:00
fix camera unitest failed issue
Signed-off-by: unknown <shaoyuan.zhang@huawei.com>
This commit is contained in:
@@ -70,6 +70,7 @@ int CameraServiceClient::Callback(void* owner, int code, IpcIo *reply)
|
||||
switch (para->funcId) {
|
||||
case CAMERA_SERVER_GET_CAMERA_ABILITY: {
|
||||
CameraServiceClient *client = static_cast<CameraServiceClient*>(para->data);
|
||||
IpcIoPopUint32(reply); // Pop supportProperities uint32_t
|
||||
// Get supported resolution.
|
||||
uint32_t listSize = IpcIoPopUint32(reply);
|
||||
uint32_t size;
|
||||
|
||||
Reference in New Issue
Block a user