Skip to content

Commit 27dc99e

Browse files
Last update
1 parent de42d40 commit 27dc99e

File tree

1 file changed

+3
-5
lines changed
  • content/hardware/10.mega/shields/giga-display-shield/tutorials/camera-tutorial

1 file changed

+3
-5
lines changed

content/hardware/10.mega/shields/giga-display-shield/tutorials/camera-tutorial/content.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ The GIGA Display Shield comes with an Arducam camera connector. In this tutorial
1515
- [Arduino GIGA Display Shield]()
1616
- [Arduino IDE](https://www.arduino.cc/en/software)
1717
- HM01B0, HM0360, GC2145 or OV7675 camera
18-
- [Arducam_dvp library](https://www.arduino.cc/reference/en/libraries/arducam_dvp/)
1918

2019
## Downloading the Library and Core
2120

22-
The Arduino Mbed OS Giga Boards core contains most of the libraries you need to work with the shield's camera connector. To install the core for GIGA boards, navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for giga and install the latest Arduino Mbed OS Giga Boards version, the [Arduino_H7_Video library](https://github.com/arduino/ArduinoCore-mbed/tree/main/libraries/Arduino_H7_Video) library is included in the core. Now open the library tab on the left, search for **Arducam_dvp**, and install this library.
21+
The Arduino Mbed OS Giga Boards core contains most of the libraries you need to work with the shield's camera connector. To install the core for GIGA boards, navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for giga and install the latest Arduino Mbed OS Giga Boards version, the [Arduino_H7_Video library](https://github.com/arduino/ArduinoCore-mbed/tree/main/libraries/Arduino_H7_Video) library is included in the core. Now open the library tab on the left, search for [**Arducam_dvp**](https://www.arduino.cc/reference/en/libraries/arducam_dvp/), and install this library.
2322

2423
![Library tab in the Arduino IDE](assets/ide-library.svg)
2524

@@ -29,8 +28,8 @@ The GIGA Display Shield is compatible with the following cameras:
2928

3029
- [HM01B0](https://www.arducam.com/product/hm01b0-qvga-monochrome-dvp-camera-module-for-arduino-giga-r1-wifi-board/)
3130
- [HM0360](https://www.arducam.com/product/hm0360-vga-monochrome-dvp-camera-module-for-arduino-giga-r1-wifi-board/)
32-
- [GC2145]
33-
- [OV7675]
31+
- [GC2145](https://www.arducam.com/product/2mp-gc2145-color-dvp-camera-module-for-arduino-giga-r1-wifi-board/)
32+
- [OV7675](https://store.arduino.cc/products/arducam-camera-module?queryID=undefined)
3433

3534
Connect the camera to the connector on the front of the display shield as shown in the image below.
3635

@@ -156,4 +155,3 @@ void loop() {
156155
## Conclusion
157156

158157
This tutorial went through how to connect a compatible camera to the shield and also how to test it out quickly with the example sketch included in the core. Now you should see a live feed from the camera on your GIGA Display Shield!
159-

0 commit comments

Comments
 (0)