CAMERAEffect

Definition

#include <twl/camera.h>


typedef enum
{
    CAMERA_EFFECT_NONE,
    CAMERA_EFFECT_MONO,
    CAMERA_EFFECT_SEPIA,
    CAMERA_EFFECT_NEGATIVE,
    CAMERA_EFFECT_NEGAFILM,
    CAMERA_EFFECT_SEPIA01,

    CAMERA_EFFECT_MAX
}
CAMERAEffect;

Elements

CAMERA_EFFECT_NONE Do not use effects.
CAMERA_EFFECT_MONO Use a monochrome tone for output images.
CAMERA_EFFECT_SEPIA Use a sepia tone for output images.
Apply an ochre filter overall.
CAMERA_EFFECT_NEGATIVE Invert tone and color in output images.
CAMERA_EFFECT_NEGAFILM Invert tone and color and apply film tone in output images.
CAMERA_EFFECT_SEPIA01 Use a sepia tone for output images.
Apply a reddish-brown filter overall.

Description

This is an enumerated type that is used to specify the effects to apply to the camera's output data.

Revision History

2008/07/08 Added CAMERA_EFFECT_SEPIA01.
2007/11/09 Initial version.


CONFIDENTIAL