@ -1983,6 +1983,7 @@ bool CPhoneDevice::onOneCapture(std::shared_ptr<ACameraMetadata> characteristics
std : : shared_ptr < ACameraMetadata > result ,
std : : shared_ptr < ACameraMetadata > result ,
uint32_t ldr , uint32_t duration , cv : : Mat rgb )
uint32_t ldr , uint32_t duration , cv : : Mat rgb )
{
{
XYLOG ( XYLOG_SEVERITY_INFO , " TP: OneCapture Finished CH=%u PR=%u PHOTOID=%u " , ( uint32_t ) mPhotoInfo . channel , ( uint32_t ) mPhotoInfo . preset , ( uint32_t ) mPhotoInfo . photoId ) ;
time_t takingTime = time ( NULL ) ;
time_t takingTime = time ( NULL ) ;
if ( mPhotoInfo . remedy ! = 0 )
if ( mPhotoInfo . remedy ! = 0 )
{
{
@ -2095,6 +2096,7 @@ bool CPhoneDevice::onOneCapture(std::shared_ptr<ACameraMetadata> characteristics
# endif // OUTPUT_CAMERA_DBG_INFO
# endif // OUTPUT_CAMERA_DBG_INFO
// Notify to take next photo
// Notify to take next photo
XYLOG ( XYLOG_SEVERITY_INFO , " TP: Notofy to Take Next CUR Info: CH=%u PR=%u PHOTOID=%u " , ( uint32_t ) photoInfo . channel , ( uint32_t ) photoInfo . preset , ( uint32_t ) photoInfo . photoId ) ;
pThis - > TakePhotoCb ( 1 , photoInfo , " " , takingTime ) ;
pThis - > TakePhotoCb ( 1 , photoInfo , " " , takingTime ) ;
bool res = pThis - > PostProcessPhoto ( photoInfo , osds , path , cameraInfo , rgb ) ;
bool res = pThis - > PostProcessPhoto ( photoInfo , osds , path , cameraInfo , rgb ) ;