提交 5102da6d 编写于 作者: U unknown

fix camera_lite acts build issue

Signed-off-by: Nunknown <shaoyuan.zhang@huawei.com>
上级 def59960
......@@ -442,7 +442,7 @@ public:
cout << "Camera is not ready." << endl;
return;
}
cam_->StopLoopingCapture();
cam_->StopLoopingCapture(-1);
isPreviewing_ = false;
isRecording_ = false;
g_onRecorderFlag = false;
......@@ -2192,4 +2192,4 @@ HWTEST_F(CameraLiteTest, PrfTest_GetCameraFacingType_001, Level1)
int64_t expectTime = 1000000;
EXPECT_TRUE(totalTime <= expectTime * performanceTestTimes);
} /* end camera info interface test */
} // namespace OHOS
\ No newline at end of file
} // namespace OHOS
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册