Go to the source code of this file.
Functions | |
_LIT (KErrorFormat,"Error - %d (%S)") | |
_LIT (KFeatureNotSupported,"This feature is not supported by the camera implementation") | |
_LIT (KError,"\n Could not create the camera object due to either insufficient memory, out of bounds camera index or capability") | |
_LIT (KNotSupported,"Not supported. So cannot be set. Try to set another value") | |
_LIT (KSupportedFocusModes,"Getting supported focus modes") | |
_LIT (KPrepareImageCaptureErr,"PrepareImageCaptureL() failed") | |
_LIT (KPrepareVideoCaptureErr,"PrepareVideoCaptureL() failed") | |
_LIT (KImageSize,"Capturing image of size %d x %d") | |
_LIT (KVideoCapture,"Capturing video with capture rate %f and size % d x %d") | |
_LIT (KErrMessage,"CCameraAppUi::ImageBufferReady") | |
_LIT (KFocusModeSet,"Setting the focus mode successful") | |
_LIT (KFocusModeRetrieval,"Retrieval of focus mode successful") | |
_LIT (KSupportedFocusRanges,"Getting supported focus ranges") | |
_LIT (KSupportedFocusTypes,"Getting the supported focus types") | |
_LIT (KFocusTypeSet,"Setting the focus type to auto") | |
_LIT (KFocusTypeRetrieval,"Retrieval of focus type successful") | |
_LIT (KFocusRangeAuto,"Setting focus range to automatic") | |
_LIT (KFocusRangeRetrieval,"Retrieval of focus range successful") | |
_LIT (KSupportedDriveModes,"Getting supported drive modes") | |
_LIT (KDriveModeSet,"Setting drive mode") | |
_LIT (KDriveModeRetrieval,"Getting the set drive mode") | |
_LIT (KSupportedBracketModes,"Getting supported bracket modes") | |
_LIT (KBracketModeRetrieval,"Getting the set bracket mode") | |
_LIT (KSupportedSnapshotFormats,"Getting the supported formats for snapshot") | |
_LIT (KPrepareSnapshot,"Preparing the snapshot was successful") | |
_LIT (KPrepareSnapshotErr,"Prepare snapshot failed") | |
_LIT (KSnapshotFormat,"Set the snapshot format to EFormatJpeg") | |
_LIT (KSnapshotFormatErr,"The format you are trying to set is not supported") | |
_LIT (KStartSnapshot,"Starting the snapshot successful") | |
_LIT (KStopSnapshot,"Snapshot stopped") | |
_LIT (KViewFinderInactive,"View finder state inactive") | |
_LIT (KViewFinderPause,"Pausing the view finder successful") | |
_LIT (KViewFinderPauseErr,"Pausing the view finder failed") | |
_LIT (KViewFinderStatePaused,"View finder state paused") | |
_LIT (KViewFinderResume,"Resuming view finder was successful") | |
_LIT (KViewFinderResumeErr,"Resuming view finder failed") | |
_LIT (KViewFinderStateActive,"View finder state active") | |
_LIT (KCreateHistogram,"Creating the non-DSA histogram was successful") | |
_LIT (KHistStart,"Start Histogram Successful") | |
_LIT (KHistStartErr,"Start Histogram failed") | |
_LIT (KHistStop,"Stopping the histogram successful") | |
_LIT (KHistStopErr,"Stopping histogram failed") | |
_LIT (KDestroyHistogram,"Destruction of histogram successful") | |
_LIT (KDestroyHistogramErr,"Destruction of histogram failed") | |
_LIT (KCreateoverlay,"Creating overlay successful") | |
_LIT (KCreateoverlayErr,"Creating overlay failed.Cannot proceed further") | |
_LIT (KOverLayMode,"Set the current mode to EModeStillImage") | |
_LIT (KOverLayModeErr,"The mode you are trying to set is not supported") | |
_LIT (KCurrentTypeErr,"The type you are trying to set is not supported") | |
_LIT (KOverlayType,"Blending is set to per pixel basis") | |
_LIT (KSetoverlayBmp,"Setting the Overlay Bitmap successful") | |
_LIT (KSetoverlayBmpErr,"Setting the Overlay Bitmap failed") | |
_LIT (KGetoverlayBmp,"Getting Overlay Bitmap successful") | |
_LIT (KGetoverlayBmpErr,"Getting Overlay Bitmap failed") | |
_LIT (KGetoverlayParams,"Getting the Overlay Bitmap successful") | |
_LIT (KGetoverlayParamsErr,"Getting the Overlay Bitmap failed") | |
_LIT (KSetoverlayParams,"Setting Overlay Parameters successful") | |
_LIT (KSetoverlayParamsErr,"Setting Overlay Parameters failed") | |
_LIT (KGetAllOverlays,"Getting All Overlays successful") | |
_LIT (KGetAllOverlaysErr,"Getting All Overlays failed") | |
_LIT (KReleaseOverlay,"Releasing Overlay successful") | |
_LIT (KReleaseOverlayErr,"Releasing Overlay failed") | |
_LIT (KGetAffectedSettings,"Getting the affected settings successful") | |
_LIT (KGetAffectedSettingsErr,"Getting the affected settings failed") | |
_LIT (KSupportedPresets,"Getting the supported presets") | |
_LIT (KEmptyArray,"Getting the presets failed. The array of Uids is empty") | |
_LIT (KSetBrightness,"Adjusting brightness to maximum value") | |
_LIT (KImageEffect,"Set monochrome effect") | |
Variables | |
const TInt | KMaxErrLength = 50 |
TInt | error |
Definition in file Camera_AppUi.cpp.