|
|
|
@ -2273,7 +2273,7 @@ bool CPhoneDevice::TakePhoto(const IDevice::PHOTO_INFO& photoInfo, const vector<
|
|
|
|
|
{
|
|
|
|
|
XYLOG(XYLOG_SEVERITY_INFO,"Recv CameraCtrl Command, action= MOVE_PRESETNO, preset = %u", localPhotoInfo.preset);
|
|
|
|
|
CameraPhotoCmd(time(NULL), localPhotoInfo.channel, MOVE_PRESETNO, 0, localPhotoInfo.preset, param.serfile, param.baud, param.addr);
|
|
|
|
|
std::this_thread::sleep_for(std::chrono::seconds(10));
|
|
|
|
|
std::this_thread::sleep_for(std::chrono::seconds(15));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
pThis->TakePhotoWithNetCamera(localPhotoInfo, path, osds, powerCtrlPtr);
|
|
|
|
|