提交 235f629e 编写于 作者: D dongxinli

camera上库

Signed-off-by: Ndongxinli <dongxinli@huawei.com>
上级 c65264f5
......@@ -2354,7 +2354,7 @@ export default function CameraErrorCodeUsecaseTest() {
if (!isEmpty(mCameraInput)) {
mCameraInput.on('error', mCameraDevicesArray[0], (error) => {
console.log(`SUB_MULTIMEDIA_CAMERA_ERROR_CODE_USECASE_CAMERAINPUT_OPEN_CONFLICT_0200 Camera input error code: ${error.code}`);
expect(error.code == cameraObj.CameraErrorCode.CONFILICT_CAMERA).assertTrue();
expect(error.code == cameraObj.CameraErrorCode.CONFLICT_CAMERA).assertTrue();
});
await mCameraInput.open().then((result) => {
console.info('SUB_MULTIMEDIA_CAMERA_ERROR_CODE_USECASE_CAMERAINPUT_OPEN_CONFLICT_0200 success :' + result);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册