David Fletcher / Mbed 2 deprecated cc3100_Test_websock_Camera_CM4F

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Mt9d111

Mt9d111

Functions

int CameraSensorInit ()
 This function initilizes the camera sensor.
int StartSensorInJpegMode (int width, int height)
 This function configures the sensor in JPEG mode.
int CameraSensorResolution (int width, int height)
 This function configures the sensor ouput resolution.
static int RegLstWrite (s_RegList *pRegLst, unsigned int ulNofItems)
 This function implements the Register Write in MT9D111 sensor.

Function Documentation

int CameraSensorInit (  )

This function initilizes the camera sensor.

Parameters:
None
Returns:
0 - Success -1 - Error

Definition at line 500 of file mt9d111.cpp.

int CameraSensorResolution ( int  width,
int  height 
)

This function configures the sensor ouput resolution.

Parameters:
[in]width- X-Axis
[in]height- Y-Axis
Returns:
0 - Success -1 - Error

Definition at line 591 of file mt9d111.cpp.

static int RegLstWrite ( s_RegList *  pRegLst,
unsigned int  ulNofItems 
) [static]

This function implements the Register Write in MT9D111 sensor.

Register List No. Of Items

Returns:
0 - Success -1 - Error

Definition at line 630 of file mt9d111.cpp.

int StartSensorInJpegMode ( int  width,
int  height 
)

This function configures the sensor in JPEG mode.

Configures sensor in JPEG mode.

Parameters:
[in]width- X-Axis
[in]height- Y-Axis
Returns:
0 - Success -1 - Error

Definition at line 543 of file mt9d111.cpp.