1.图片关闭gps水印

This commit is contained in:
payton 2023-08-30 18:40:01 +08:00
parent b52c720cbf
commit 663f8230d6
2 changed files with 2 additions and 2 deletions

View File

@ -1433,7 +1433,7 @@ ER UiDateImprint_CopyData(DS_STAMP_INFOR *stampInfo,HD_VIDEO_FRAME* Img, UINT32
//sprintf((char *)puiPara->Latitude, "3458.3100N"); //sprintf((char *)puiPara->Latitude, "3458.3100N");
//sprintf((char *)puiPara->Longitude, "12294.4200E"); //sprintf((char *)puiPara->Longitude, "12294.4200E");
sf_get_gps_info_str(customString, 1); sf_get_gps_info_str(customString, 1);
if(puiPara->GpsSwitch == SF_ON) if(0/*puiPara->GpsSwitch == SF_ON*/)
{ {
if(customString[0] != '\0') if(customString[0] != '\0')
{ {

View File

@ -857,7 +857,7 @@ INT32 PhotoFastCapDateImprint_GenYuvData(HD_VIDEO_FRAME *pDstImg)
//sprintf((char *)puiPara->Latitude, "3458.3100N"); //sprintf((char *)puiPara->Latitude, "3458.3100N");
//sprintf((char *)puiPara->Longitude, "12294.4200E"); //sprintf((char *)puiPara->Longitude, "12294.4200E");
sf_get_gps_info_str(customString, 1); sf_get_gps_info_str(customString, 1);
if(puiPara->GpsSwitch == SF_ON) if(0/*puiPara->GpsSwitch == SF_ON*/)
{ {
if(customString[0] != '\0') if(customString[0] != '\0')
{ {