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.
Dependencies: CameraC328 SDFileSystem mbed-src
Fork of Camera_TestProgram_2015 by
Prerequisite
This example stores the image data acquired from the camera on a micro sd card.
To implement this function, you need a Platform board, camera module.
Available camera modules are C328, LJ-DSC02. Because the cameras listed above all have similar internal protocols.
This example uses LJ-DSC02.
- WIZwiki-W7500 from WIZnet (Platform board)
- LJ-DSC02 (Camera module)
- Micro SD Card
Hardware Configuration
- connect Camera module
Software
Init resolution and frame of image
#define USE_JPEG_HIGH_RESOLUTION 1 static const int CAPTURE_FRAMES = 1;
Diff: mbed.bld
- Revision:
- 3:92e4afa57824
- Parent:
- 2:09815843204c
diff -r 09815843204c -r 92e4afa57824 mbed.bld --- a/mbed.bld Tue Jul 21 16:22:03 2015 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/7cff1c4259d7 \ No newline at end of file
