|
|
|
@ -1533,7 +1533,7 @@ bool CPhoneDevice::TakePhotoWithNetCamera(IDevice::PHOTO_INFO& localPhotoInfo, c
|
|
|
|
|
{
|
|
|
|
|
// Hai Kang
|
|
|
|
|
netPhotoInfo.authType = HTTP_AUTH_TYPE_DIGEST;
|
|
|
|
|
snprintf(netPhotoInfo.url, sizeof(netPhotoInfo.url), "/ISAPI/Streaming/channels/1/picture?"/*, (uint32_t)localPhotoInfo.cameraId*/);
|
|
|
|
|
snprintf(netPhotoInfo.url, sizeof(netPhotoInfo.url), "/ISAPI/Streaming/channels/1/picture?");
|
|
|
|
|
}
|
|
|
|
|
else if (localPhotoInfo.vendor == 2)
|
|
|
|
|
{
|
|
|
|
|