An Event marks a change in device state or an error condition. More...
An Event marks a change in device state or an error condition.
Retrieve events from the system using getNextEvent.
anonymous enum |
The list of builtin event types.
Builtin FCam events use positive integers. They are guaranteed not to have collisions and should all be listed here. Custom events should use negative integers, and may collide with other custom events (so you should check the creator and the type).
anonymous enum |
The list of builtin error and warning codes.
Builtin FCam warning and error codes use positive integers. Custom events should use negative integers.
Unknown |
Should not be used. Indicates the error event is uninitialized. |
InternalError |
Indicates a probable bug inside FCam. Inform the developers. |
DriverLockedError |
Another FCam program is running. |
DriverMissingError |
The FCam drivers don't appear to be installed. |
DriverError |
Something unexpected happened while communicating with the FCam drivers. |
ImageTargetLocked |
FCam was requested to place image data in an image that was locked. |
ResolutionMismatch |
FCam was requested to place image data in a target of the wrong size. |
FormatMismatch |
FCam was requested to place image data in a target of the wrong format. |
OutOfMemory |
A memory allocation failed inside FCam. |
FrameLimitHit |
Too many frames are waiting on the frame queue. Call getFrame more frequently. |
LensHistoryError |
The state of the lens was requested for a time too far in the past or the future. |
FlashHistoryError |
The state of the flash was requested for a time too far in the past or the future. |
FlashReadyError |
The flash was not yet ready to fire. |
DemosaicError |
Could not demosaic this image. |
ImageLockError |
Incorrect usage of Image::lock or Image::unlock. |
BadCast |
A TagValue was cast to a mismatched type. |
FileLoadError |
A file could not be read in succesfully. |
FileLoadWarning |
A file isn't quite as expected. |
FileSaveError |
A file couldn't be written. |
FileSaveWarning |
A file couldn't be saved quite as expected. |
SensorStoppedError |
getFrame called before calling capture or stream |
ParseError |
Could not read a TagValue from a string. |
FrameDataError |
Expected frame data (tags, image data) was not available. |
ImageDroppedError |
FCam was unable to retrieve the image data for a frame. |
OutOfRange |
An argument was outside the valid or accurate range of inputs. |
Copyright (c) 2012, Nokia Corporation and/or its subsidiary(-ies). All rights reserved. See Copyright. |
MeeGo 1.2 Harmattan API
|