Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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.
Generated on Tue Jul 12 2022 22:22:39 by
1.7.2