ArduCAM USB Camera Shield User Guide Rev 1.
ArduCAM USB Camera Shield User Guide Table of Contents 1 2 2.1 2.2 3 4 4.1 4.2 4.3 4.4 4.5 4.6 4.7 Introduction ............................................................................................................................. 2 Hardware Installation............................................................................................................. 2 Primary Camera Interface .............................................................................................
ArduCAM USB Camera Shield User Guide 1 Introduction This user guide describes the detail operation of ArduCAM USB camera. The latest deivce driver, SDK library and examples can be downloaded from the https://github.com/ArduCAM/ArduCAM_USB_Camera_Shield. 2 Hardware Installation There are two different camera interface provided on the USB camera shield, but only one camera interface can be used at a time. 2.
ArduCAM USB Camera Shield User Guide Table 1 P1 Connector Pin Definition Pin No. PIN NAME TYPE 1 VCC POWER 3.
ArduCAM USB Camera Shield User Guide Table 2 HDC1 Connector Pin Definition Pin No.
ArduCAM USB Camera Shield User Guide Go to Start->Settings->Control-Panel->Device Manager, right click the unknown device and select "Update Driver Software". Select the "Browse my compute for driver software" Select "Let me pick from a list of device drivers on my computer". 5 www.ArduCAM.
ArduCAM USB Camera Shield User Guide Select "Show All Devices". Press the "Have Disk" button. Enter the path to the ArduCAM USB driver, where you save the downloaded file from github. 6 www.ArduCAM.
ArduCAM USB Camera Shield User Guide Confirm the installation of the driver by pressing "Yes". Confirm the installation again by pressing "Install". You will successfully install the driver like this. 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 2008 and 7 www.ArduCAM.
ArduCAM USB Camera Shield User Guide based on MFC frame wrok . The Windows demo code is located at ../Winodws/USB_Demo folder and the release executable software is located at ../ Winodws/USB_Demo/USB_Demo.exe. 4.1 Camera Settings This USB demo software can work with different cameras provided by ArduCAM. Basically the different camera settings is predefined by the Sensor Type selected by the user. User also can override these settings after select a certain Sensor Type.
ArduCAM USB Camera Shield User Guide 4.7 RAW Mode Selection There are four combination of the RAW format R-G, G-R, B-G, G-B. It is predefined for our tested sensor, you can also changes the mode match your target sensor RAW output order. 9 www.ArduCAM.