Arducam Usb3 Camera Shield: User Guide
Arducam Usb3 Camera Shield: User Guide
Arducam Usb3 Camera Shield: User Guide
User Guide
Rev 1.0, May 2018
ArduCAM USB3 Camera Shield User Guide
Table of Contents
1 Introduction ............................................................................................................................. 2
2 Hardware Installation............................................................................................................. 2
2.1 Primary Camera Interface ............................................................................................. 2
2.2 Secondary Camera Interface ......................................................................................... 3
3 Device Driver Installation....................................................................................................... 4
4 Demo Code ............................................................................................................................... 7
4.1 Camera Settings .............................................................................................................. 8
4.2 Open the Camera ............................................................................................................ 9
4.3 Play the Video .................................................................................................................. 9
4.4 Stop the Video .................................................................................................................. 9
4.5 Take a Snapshot............................................................................................................... 9
4.6 Sensor Register Read/Write ........................................................................................... 9
4.7 RAW Mode Selection ...................................................................................................... 9
1 www.ArduCAM.com
ArduCAM USB3 Camera Shield User Guide
1 Introduction
This user guide describes the detail operation of ArduCAM USB3 camera shield. The latest
device driver, SDK library and examples can be downloaded from the
https://github.com/ArduCAM/ArduCAM_USB_Camera_Shield.
2 Hardware Installation
There are two camera interface provided on the USB3 camera shield, but only one camera
interface can be used at a time.
2.1 8-bit Camera Interface
The primary camera interface is used for camera breakout board with 30pin ribbon cable. The
pin definition is shown in Table 1. Although the camera breakout board might has more than 8bit
data bus, only the upper 8bit connected to the USB camera shield through this FPC connector.
2 www.ArduCAM.com
ArduCAM USB3 Camera Shield User Guide
3 www.ArduCAM.com
ArduCAM USB3 Camera Shield User Guide
4 www.ArduCAM.com
ArduCAM USB3 Camera Shield User Guide
5 www.ArduCAM.com
ArduCAM USB3 Camera Shield User Guide
Enter the path to the ArduCAM USB3 driver, where you save the downloaded file from
github.
6 www.ArduCAM.com
ArduCAM USB3 Camera Shield User Guide
4 Demo Code
The demo code is provided in source code form to help user to understand the operation the
ArduCAM USB camera and SDK library. It is created with Microsoft Visual Studio 2013 and
7 www.ArduCAM.com
ArduCAM USB3 Camera Shield User Guide
8 www.ArduCAM.com
ArduCAM USB3 Camera Shield User Guide
9 www.ArduCAM.com