Skip to content

Windows Driver Installation

Why do you need to install drivers for the Arducam USB camera shield?


Technically, all USB devices need a driver to work on a host. To avoid loading too many drivers separately, some devices have been designed to support certain standards, so they become one of a standardized USB device class. The USB class includes several sub-classes with class-identifying names, and the drivers for these classes have already been included in the operating system. For a USB drive, it’s classified as “Mass Storage”; for a webcam, it’s “Video.”

If a camera supports the “Video” class standards, it’s supposed to work driver-free over different platforms. Arducam USB camera shield is not a USB Video Class (UVC) device. It uses a private camera driver, and you have to use our proprietary SDK and API which gives you the flexibility to control all the sensor features from the register level. Therefore, you need to install drivers for it to work. However, if you do want a standardized driver-free USB camera, check Arducam USB UVC camera modules.

Device Driver Installation


For Windows XP/7/8/10/11

On Windows XP/7/8/10/11 systems, you only need to follow these three steps to install the driver.

  • New Version of Driver Installation

1.Download Driver

2.Unzip the package.

3.Double-click the install_Drivers.bat file in the execution package.

Tip

If you fail to install the new version of windows driver by installation scripts, please refer to the previous version shown below.


  • Previous Version of Driver Installation

Please download the device driver from GitHub.

image 13

The Windows device driver is located in Drivers folders like WinXP, Win7, or Win10. In each driver folder, there are x64 and x86 folders for 64bit and 32bit systems respectively.


Attention:

When installing the driver on Windows, you might need to disable the Windows driver signature by following the video below:

Plug the USB cable into the camera and the host PC USB port, and you should be able to see a notification from the lower right of the taskbar. The auto-installation of the driver will fail, and we have to install the USB camera driver manually.

install device driver software usb2 shield rev e

Go to Start -> Settings -> Control-Panel -> Device Manager, right-click the unknown device, and select “Update Driver Software”.

img

You can also right-click This PC and then click Manage to find the Device Manager under System Tools on Windows 10.

Update Driver Software

Select the “Browse my computer for driver software”,

Browse my computer for driver software

Select “Let me pick from a list of device drivers on my computer”.

Let me pick from a list of device drivers on my computer

Select “Show All Devices”.

Show All Devices

Press the “Have Disk” button.

Have Disk

Enter the path to the ArduCAM USB2 driver, where you save the downloaded file from GitHub.

Enter the path to the ArduCAM USB2 driver

Confirm the installation of the driver by pressing “Yes”. Confirm the installation again by pressing “Install”.

Confirm the installation of the driver by pressing "Yes

You will successfully install the driver like this.

successfully install the driver

After Driver Installation


Read more about how to use the software SDK and API in this chapter.

Troubleshooting


git clone and Failed to install the driver

git clone https://github.com/ArduCAM/ArduCAM_USB_Camera_Shield

Different systems will have inconsistent newline characters: /n, /r/n

image 15

The size of cyusb3.inf is different.

image 16

Use the command(git status) we can see the file status is different, and use the command(git diff) we can see the newline characters have been modified.

img

Solution: Following the right steps to install the driver!