延长云台预置位调用等待时间

streaming
XI.CHEN 4 months ago
parent 2ba7429b56
commit 63264f8e1c

@ -1923,7 +1923,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(5));
std::this_thread::sleep_for(std::chrono::seconds(10));
}
pThis->TakePhotoWithNetCamera(localPhotoInfo, path, osds, powerCtrlPtr);

Loading…
Cancel
Save