mirror of
https://github.com/openharmony/multimedia_camera_lite.git
synced 2026-07-19 16:53:38 -04:00
camera blue screen problem fix
Signed-off-by: liubb_0516 <liubeibei8@huawei.com>
This commit is contained in:
@@ -55,7 +55,6 @@ private:
|
||||
CallBackPara *para_ = nullptr;
|
||||
SvcIdentity sid_;
|
||||
int32_t ret_ = 0;
|
||||
IpcObjectStub objectStub_;
|
||||
};
|
||||
} // namespace Media
|
||||
} // namespace OHOS
|
||||
|
||||
@@ -28,6 +28,8 @@
|
||||
using namespace std;
|
||||
namespace OHOS {
|
||||
namespace Media {
|
||||
static IpcObjectStub objectStub_;
|
||||
|
||||
CameraDeviceClient *CameraDeviceClient::GetInstance()
|
||||
{
|
||||
static CameraDeviceClient client;
|
||||
|
||||
Reference in New Issue
Block a user