This C++ application implements the basic features of the built-in camera using the On-board Camera API classes MCameraObserver and CCamera. The autofocus feature is supported in some S60 devices. It is not part of any S60 SDK but this example demonstrates how to use it via an AF extension library provided in the package (supported in S60 3rd Edition and S60 3rd Edition, FP1). Note that there is a binary break between S60 3rd, Edition FP1 and FP2. A new example application for S60 3rd Edition, FP2 and newer devices is available in the Forum Nokia Wiki. Read more about AutoFocus interfaces here.
These versions have been superseded by newer versions and are considered archived.
This C++ application implements the basic features of the built-in camera using the On-board Camera API classes MCameraObserver and CCamera (supported from S60 2nd Edition onwards). The example demonstrates view finding, zooming, shooting a still image, and saving it. Images are either captured in bitmap format and then converted to JPEG format, or directly in EXIF JPEG format (if supported by camera hardware).