Skip to content

Commit 771203e

Browse files
committed
update camera tutorial from svg to png
1 parent dbacac8 commit 771203e

File tree

7 files changed

+3
-71
lines changed

7 files changed

+3
-71
lines changed

content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/assets/camera-connected.svg

Lines changed: 0 additions & 14 deletions
This file was deleted.

content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/assets/ide-example.svg

Lines changed: 0 additions & 27 deletions
This file was deleted.

content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/assets/ide-library.svg

Lines changed: 0 additions & 27 deletions
This file was deleted.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The GIGA Display Shield comes with an Arducam® camera connector. In this tutori
2020

2121
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.
2222

23-
![Library tab in the Arduino IDE](assets/ide-library.svg)
23+
![Library tab in the Arduino IDE](assets/ide-library.png)
2424

2525
## Compatible Cameras
2626

@@ -33,15 +33,15 @@ The GIGA Display Shield is compatible with the following cameras:
3333

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

36-
![Camera connected to the GIGA Display Shield](assets/camera-connected.svg)
36+
![Camera connected to the GIGA Display Shield](assets/camera-connected.png)
3737

3838
***Note the direction of the shield, physically the connector can be plugged in from both directions, but it will only work when facing the same direction as the display.***
3939

4040
## Full Sketch
4141

4242
Open the example sketch by going to **File > Examples > Camera > GigaCameraDisplay** in the Arduino IDE.
4343

44-
![Opening the example sketch in the Arduino IDE](assets/ide-example.svg)
44+
![Opening the example sketch in the Arduino IDE](assets/ide-example.png)
4545

4646
Whichever of the compatible cameras you are using the sketch will include libraries and definitions for them all, meaning only one line needs to be changed depending on what camera you will be using. The line that needs to be changed is this one:
4747

0 commit comments

Comments
 (0)