User Manual

ArduCAM Camera Shield Software Application Note
www.ArduCAM.com
work with ArduCAM-Nano-ESP8266 module.
4.3.1 ArduCAM_Shield_V2_Camera_Playback
Similar to ArduCAM-REVC example, see section 4.2.1.
4.3.2 ArduCAM_ Shield_V2_Digital_Camera
Similar to ArduCAM-REVC example, see section 4.2.2.
4.3.3 ArduCAM_ Shield_V2_Video_Streaming
Similar to ArduCAM-Mini example, see section 4.1.4.
4.3.4 ArduCAM_ Shield_V2_Multi_Capture2SD
Similar to ArduCAM-Mini example, see section 4.1.17.
4.3.5 ArduCAM_ Shield_V2_short_movie_clip
Similar to ArduCAM-Mini example, see section 4.1.16.
4.3.6 ArduCAM_Shield_V2_Capture2SD
Similar to ArduCAM REVC example, see section 4.2.4.
4.3.7 ArduCAM_Shield_V2_Video2SD
Similar to ArduCAM REVC example, see section 4.2.5.
4.3.8 ArduCAM_Shield_V2_MT9M001_Camera_RAW
This example captures a 1280x1240 resolution bayer RAW image and stores into TF/SD card
memory. The LCD screen will look weird because the LCD only support RGB565 format, when
the video is RAW format, the color represents incorrectly.
4.3.9 ArduCAM_Shield_V2_MT9V034_Camera_RAW
Similar to ArduCAM_Shield_V2_MT9M001_Camera_RAW see section 4.3.6.
4.3.10 ArduCAM_Shield_V2_MT9M034_Camera_RAW
Similar to ArduCAM_Shield_V2_MT9M001_Camera_RAW see section 4.3.6.
4.3.11 ArduCAM_Shield_V2_Touch
This example illustrate how to use ArduCAM shield V2 and touchscreen .
4.4 ESP8266 UNO Examples
The examples in the ESP8266 folder is for ArduCAM ESP8266 UNO board V1 or V2 and
ArduCAM ESP8266 Nano board V1 or V2 , and should work with ArduCAM-Mini and
ArduCAM-Mini-Plus modules.
4.4.1 ArduCAM_ESP8266_UNO_Capture
This example demonstrates how to capture image over HTTP standard protocol and display
the captured image/video on the webpage in the html folder. The example is configured as AP
mode with default IP address 192.168.4.1 without password. You can also manually modify the
parameters in the example to configure the camera as station mode and connect to your home
router.
4.4.2 ArduCAM_ESP8266_Nano_Vx_Capture
Similar to ArduCAM_ESP8266_UNO_Capture, see section 4.4.1.
4.4.3 ArduCAM_ESP8266_UNO_Vx _Capture2SD
Similar to ArduCAM-Mini example, see section 4.1.13.
4.4.4 ArduCAM_ESP8266_UNO_Vx_Video2SD
Similar to ArduCAM-Mini example, see section 4.1.14.
4.4.5 ArduCAM_ESP8266_Nano_Vx _Capture2SD
Similar to ArduCAM ESP8266 UNO Capture2SD , see section 4.4.3.
4.4.6 ArduCAM_ESP8266_Nano_Vx _Video2SD