1.图片关闭gps水印
This commit is contained in:
parent
b52c720cbf
commit
663f8230d6
|
@ -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')
|
||||||
{
|
{
|
||||||
|
|
|
@ -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')
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user