This is a test program for Camera Module(C328, LJ-DSC02)
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;
History
update all library
2017-04-12, by Ricky_Kwon [Wed, 12 Apr 2017 07:16:36 +0000] rev 3
update all library
Except JPEG capture and erase the unnecessary.
2015-07-21, by Ricky_Kwon [Tue, 21 Jul 2015 16:22:03 +0000] rev 2
Except JPEG capture and erase the unnecessary.
Camera(LJ-DSC02) with WIZwiki-W7500
2015-07-21, by Ricky_Kwon [Tue, 21 Jul 2015 05:06:05 +0000] rev 1
Camera(LJ-DSC02) with WIZwiki-W7500
The initial version of the test program.
2014-10-10, by shintamainjp [Fri, 10 Oct 2014 21:48:33 +0000] rev 0
The initial version of the test program.