STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
CAMERA_Exported_Constants

Macros

#define CAMERA_R160x120   0x00 /* QQVGA Resolution */
 
#define CAMERA_R320x240   0x01 /* QVGA Resolution */
 
#define CAMERA_R480x272   0x02 /* 480x272 Resolution */
 
#define CAMERA_R640x480   0x03 /* VGA Resolution */
 
#define CAMERA_CONTRAST_BRIGHTNESS   0x00 /* Camera contrast brightness features */
 
#define CAMERA_BLACK_WHITE   0x01 /* Camera black white feature */
 
#define CAMERA_COLOR_EFFECT   0x03 /* Camera color effect feature */
 
#define CAMERA_BRIGHTNESS_LEVEL0   0x00 /* Brightness level -2 */
 
#define CAMERA_BRIGHTNESS_LEVEL1   0x01 /* Brightness level -1 */
 
#define CAMERA_BRIGHTNESS_LEVEL2   0x02 /* Brightness level 0 */
 
#define CAMERA_BRIGHTNESS_LEVEL3   0x03 /* Brightness level +1 */
 
#define CAMERA_BRIGHTNESS_LEVEL4   0x04 /* Brightness level +2 */
 
#define CAMERA_CONTRAST_LEVEL0   0x05 /* Contrast level -2 */
 
#define CAMERA_CONTRAST_LEVEL1   0x06 /* Contrast level -1 */
 
#define CAMERA_CONTRAST_LEVEL2   0x07 /* Contrast level 0 */
 
#define CAMERA_CONTRAST_LEVEL3   0x08 /* Contrast level +1 */
 
#define CAMERA_CONTRAST_LEVEL4   0x09 /* Contrast level +2 */
 
#define CAMERA_BLACK_WHITE_BW   0x00 /* Black and white effect */
 
#define CAMERA_BLACK_WHITE_NEGATIVE   0x01 /* Negative effect */
 
#define CAMERA_BLACK_WHITE_BW_NEGATIVE   0x02 /* BW and Negative effect */
 
#define CAMERA_BLACK_WHITE_NORMAL   0x03 /* Normal effect */
 
#define CAMERA_COLOR_EFFECT_NONE   0x00 /* No effects */
 
#define CAMERA_COLOR_EFFECT_BLUE   0x01 /* Blue effect */
 
#define CAMERA_COLOR_EFFECT_GREEN   0x02 /* Green effect */
 
#define CAMERA_COLOR_EFFECT_RED   0x03 /* Red effect */
 
#define CAMERA_COLOR_EFFECT_ANTIQUE   0x04 /* Antique effect */
 

Detailed Description

Macro Definition Documentation

#define CAMERA_BLACK_WHITE   0x01 /* Camera black white feature */

Definition at line 93 of file camera.h.

#define CAMERA_BLACK_WHITE_BW   0x00 /* Black and white effect */

Definition at line 108 of file camera.h.

#define CAMERA_BLACK_WHITE_BW_NEGATIVE   0x02 /* BW and Negative effect */

Definition at line 110 of file camera.h.

#define CAMERA_BLACK_WHITE_NEGATIVE   0x01 /* Negative effect */

Definition at line 109 of file camera.h.

#define CAMERA_BLACK_WHITE_NORMAL   0x03 /* Normal effect */

Definition at line 111 of file camera.h.

#define CAMERA_BRIGHTNESS_LEVEL0   0x00 /* Brightness level -2 */

Definition at line 96 of file camera.h.

#define CAMERA_BRIGHTNESS_LEVEL1   0x01 /* Brightness level -1 */

Definition at line 97 of file camera.h.

#define CAMERA_BRIGHTNESS_LEVEL2   0x02 /* Brightness level 0 */

Definition at line 98 of file camera.h.

#define CAMERA_BRIGHTNESS_LEVEL3   0x03 /* Brightness level +1 */

Definition at line 99 of file camera.h.

#define CAMERA_BRIGHTNESS_LEVEL4   0x04 /* Brightness level +2 */

Definition at line 100 of file camera.h.

#define CAMERA_COLOR_EFFECT   0x03 /* Camera color effect feature */

Definition at line 94 of file camera.h.

#define CAMERA_COLOR_EFFECT_ANTIQUE   0x04 /* Antique effect */

Definition at line 117 of file camera.h.

#define CAMERA_COLOR_EFFECT_BLUE   0x01 /* Blue effect */

Definition at line 114 of file camera.h.

#define CAMERA_COLOR_EFFECT_GREEN   0x02 /* Green effect */

Definition at line 115 of file camera.h.

#define CAMERA_COLOR_EFFECT_NONE   0x00 /* No effects */

Definition at line 113 of file camera.h.

#define CAMERA_COLOR_EFFECT_RED   0x03 /* Red effect */

Definition at line 116 of file camera.h.

#define CAMERA_CONTRAST_BRIGHTNESS   0x00 /* Camera contrast brightness features */

Definition at line 92 of file camera.h.

#define CAMERA_CONTRAST_LEVEL0   0x05 /* Contrast level -2 */

Definition at line 102 of file camera.h.

#define CAMERA_CONTRAST_LEVEL1   0x06 /* Contrast level -1 */

Definition at line 103 of file camera.h.

#define CAMERA_CONTRAST_LEVEL2   0x07 /* Contrast level 0 */

Definition at line 104 of file camera.h.

#define CAMERA_CONTRAST_LEVEL3   0x08 /* Contrast level +1 */

Definition at line 105 of file camera.h.

#define CAMERA_CONTRAST_LEVEL4   0x09 /* Contrast level +2 */

Definition at line 106 of file camera.h.

#define CAMERA_R160x120   0x00 /* QQVGA Resolution */

Definition at line 87 of file camera.h.

#define CAMERA_R320x240   0x01 /* QVGA Resolution */

Definition at line 88 of file camera.h.

#define CAMERA_R480x272   0x02 /* 480x272 Resolution */

Definition at line 89 of file camera.h.

#define CAMERA_R640x480   0x03 /* VGA Resolution */

Definition at line 90 of file camera.h.