未验证 提交 ef77747c 编写于 作者: O openharmony_ci 提交者: Gitee

!2440 修复acts编译失败问题

Merge pull request !2440 from starfish/master
......@@ -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.
先完成此消息的编辑!
想要评论请 注册