From 90deb6df095460413dd0599636c7eeaeda743417 Mon Sep 17 00:00:00 2001 From: payton Date: Fri, 25 Aug 2023 15:28:44 +0800 Subject: [PATCH] =?UTF-8?q?1.Linux=E4=B8=8Bexif?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/application/source/cardv/SrcCode/UIApp/ExifVendor.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/application/source/cardv/SrcCode/UIApp/ExifVendor.c b/code/application/source/cardv/SrcCode/UIApp/ExifVendor.c index 7174cd79b..7c7310ed5 100755 --- a/code/application/source/cardv/SrcCode/UIApp/ExifVendor.c +++ b/code/application/source/cardv/SrcCode/UIApp/ExifVendor.c @@ -49,6 +49,7 @@ typedef struct { UINT32 MakerNoteCheckID; UINT16 TestData1; UINT16 TestData2; + char ExifBuf[SF_EXIF_MN_BUF_SIZE]; //Please reserve two word space to let capture flow save the screennail info. UINT32 ScreennailOffset; UINT32 ScreennailSize; @@ -67,6 +68,7 @@ ER ExifCB(EXIF_EVENT event, PMEM_RANGE pBuffer, UINT32 uiRetParamNum, UINT32 *pP MakerNoteSample.TestData1 = (UINT16)QUALITY_FINE; #endif MakerNoteSample.TestData2 = 0xA5A5; + //PhotoStamp_get_isp_status(0,&MakerNoteSample.ExifBuf[0],SF_EXIF_MN_BUF_SIZE); memcpy((void *)pBuffer->addr, (void *) &MakerNoteSample, sizeof(MakerNoteSample)); pBuffer->size = sizeof(MakerNoteSample); } else if (PARSE_MAKERNOTE == event) {