diff --git a/app/src/main/cpp/PhoneDevice.cpp b/app/src/main/cpp/PhoneDevice.cpp index 45cbe277..c611c0b7 100644 --- a/app/src/main/cpp/PhoneDevice.cpp +++ b/app/src/main/cpp/PhoneDevice.cpp @@ -1620,7 +1620,7 @@ bool CPhoneDevice::TakePhotoWithNetCamera(IDevice::PHOTO_INFO& localPhotoInfo, c std::vector img; bool netCaptureResult = false; - for (int idx = 0; idx < 3; idx++) + for (int idx = 0; idx < 64; idx++) { netHandle = GetEthnetHandle(); netPhotoInfo.netHandle = netHandle;