Application Notes
ArduCAM Camera Shield Software Application Note
www.ArduCAM.com
6
application to view the captured images.
4.1.3 ArduCAM_Mini_Capture2SD
This example demonstrates how to capture time elapse image and save to TF/SD card.
4.1.4 ArduCAM_Mini_Video2SD
This example demonstrates how to capture low resolution and low frame rate MJPEG video
to AVI file.
4.1.5 ArduCAM_Mini_4CAM
This example demonstrates how to connect 4 ArduCAM-Mini (2MP or 5MP) to ArduCAM
multi-camera adapter board and capture images over the USB-Serial similar to example 4.1.1.
This example should work with this host application.
4.2 ArduCAM Mini 5MP Plus Examples
Similar to ArduCAM Mini examples, the examples in this folder is designed for
ArduCAM-Mini-5MP-Plus (OV5640/OV5642) modules with additional performance and
features.
4.2.1 ArduCAM_Mini_5MP_Plus_Video_Streaming
Similar to ArduCAM-Mini example, see section 4.1.1.
4.2.2 ArduCAM_Mini_5MP_Plus_LowPowerMode
Similar to ArduCAM-Mini example, see section 4.1.2.
4.2.3 ArduCAM_Mini_5MP_Plus_Multi_Capture2SD
This example illustrates how to capture continuous pictures then save to TF/SD card, the
maximum allowed pictures numbers is limited to 7. This example is useful if you want to create
HDR image with different exposure value by manually set different exposure value at the
beginning of each frame.
4.2.4 ArduCAM_Mini_5MP_Plus_short_movie_clip
This example illustrates how to record short movie clip by capturing continuous JPEG
images until the entire 8MByte frame buffer is full, then save the MJPEG images as an AVI file
into TF/SD card. You can playback the avi file on your PC media player software.
4.2.5 ArduCAM_Mini_5MP_Plus_4CAM
Similar to ArduCAM-Mini example, see section 4.1.5.
4.3 ArduCAM REVC Examples
The REVC folder contains examples for ArduCAM Rev.C and Rev.C+ shield. It requires
additional UTFT4ArduCAM_SPI library as mentioned earlier. All of the examples are designed
for different camera modules, and will take effect automatically according to the Macro definition
in the memorysaver.h file.
4.3.1 ArduCAM_Camera_Playback
This example captures a 320x240 resolution BMP file and stores into SD card memory, then
playback captured image on LCD screen if press the shutter button more than 3 seconds.
4.3.2 ArduCAM_Digital_Camera
This example acts like a true point to shoot digital camera. It starts live preview on LCD
screen, and captures high resolution JPEG image after press the shutter button. Note that the
image size has to fit into the onboard frame buffer size in order to prevent buffer overflow.
4.3.3 ArduCAM_Video_Streaming
Similar to ArduCAM-Mini example, see section 4.1.1.
4.3.4 ArduCAM_Capture2SD