修复系统相机bug

onereq
Matthew 2 months ago
parent 996cb9109f
commit 8108bf4c7c

@ -2424,7 +2424,7 @@ bool CPhoneDevice::TakePhoto(const IDevice::PHOTO_INFO& photoInfo, const vector<
t.detach(); t.detach();
} }
else if (mPhotoInfo.usingSysCamera == 1) else if (mPhotoInfo.cameraType == CAM_TYPE_SYSTEM)
{ {
JNIEnv* env = NULL; JNIEnv* env = NULL;
bool didAttachThread = false; bool didAttachThread = false;

Loading…
Cancel
Save