camerauis/cameraapp/generic/src/CamStillPreCaptureContainer.cpp
branchRCL_3
changeset 12 8c55c525d5d7
parent 7 dbec5787fa68
child 20 38fb6f7eacd5
equal deleted inserted replaced
11:792dfc98fb3b 12:8c55c525d5d7
   614           PRINT( _L("Camera <= CCamStillPreCaptureContainer: full press without half press ignored"))
   614           PRINT( _L("Camera <= CCamStillPreCaptureContainer: full press without half press ignored"))
   615           return EKeyWasConsumed;
   615           return EKeyWasConsumed;
   616           }
   616           }
   617         }
   617         }
   618 #endif // __WINS__
   618 #endif // __WINS__
   619     }
   619       }
   620 
   620   else
       
   621       {
       
   622       // in case AF is not supported, check memory here before capturing
       
   623       if ( !iController.IsViewFinding() || !appui->CheckMemoryL() )
       
   624           {
       
   625           return EKeyWasConsumed; 
       
   626           }         
       
   627       }
       
   628       
   621   if( iXenonFlashSupported
   629   if( iXenonFlashSupported
   622    && !appui->IsSecondCameraEnabled()
   630    && !appui->IsSecondCameraEnabled()
   623    && !MSKCapture
   631    && !MSKCapture
   624    && !iController.CheckFlash() )
   632    && !iController.CheckFlash() )
   625     {
   633     {