Skip to content

Commit b29d886

Browse files
committed
Update openmv-camera-display.md
1 parent e09bd2b commit b29d886

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: Karl Söderby
55
tags: [OV7675, OpenMV, Camera, Display]
66
---
77

8-
The [GIGA Display Shield](https://store.arduino.cc/products/giga-display-shield) has a camera connector which is extended from the [GIGA R1 WiFi](https://store.arduino.cc/products/giga-r1-wifi) board. The inexpensive 20 pin [OV7675](https://store.arduino.cc/products/arducam-camera-module)camera module can be directly mounted without any other circuitry, and using the OpenMV platform, we can directly display the camera feed on the display, at a framerate of about 15~ FPS.
8+
The [GIGA Display Shield](https://store.arduino.cc/products/giga-display-shield) has a camera connector which is extended from the [GIGA R1 WiFi](https://store.arduino.cc/products/giga-r1-wifi) board. The inexpensive 20 pin [OV7675](https://store.arduino.cc/products/arducam-camera-module) camera module can be directly mounted without any other circuitry, and using the OpenMV platform, we can directly display the camera feed on the display, at a framerate of about 15~ FPS.
99

1010
In this guide, you will learn how to set up your [OV7675](https://store.arduino.cc/products/arducam-camera-module) camera module with the GIGA R1 WiFi / GIGA Display Shield, using the OpenMV platform.
1111

@@ -28,20 +28,22 @@ In this guide, you will learn how to set up your [OV7675](https://store.arduino.
2828
The **OpenMV IDE** includes all tools necessary for flashing your board with the right firmware, as well as the script needed to run the application.
2929

3030
1. Download and install the [OpenMV IDE](https://openmv.io/pages/download).
31-
2. Launch the editor, and connect your board to your computer. In the bottom left corner of the editor, click the button, and the editor should detect your board, and prompt you to install the latest firmware.
31+
2. Launch the editor, and connect your board to your computer. In the bottom left corner of the editor, click the "Connect" button. The editor should detect your board, and prompt you to install the latest firmware available.
3232
![Install the firmware](assets/connect-firmware.png)
3333
3. Run the installation, but be aware that this will erase any existing sketch on your board. Wait until it is finished (do not disconnect the board). This can take up to a minute.
34+
***Note that when installing the OpenMV firmware, your GIGA R1 WiFi board will no longer be detected in the Arduino IDE. To go back to "Arduino mode", simply double tap the reset button on the board, and it will be recognized.***
3435
4. Once complete, you will need to run a script to see the camera feed. In the OpenMV IDE, navigate to **File > Examples > Display > display.py**.
3536
![Choose the display.py example.](assets/select-example.png)
3637
5. Click the "Play" button to launch the script. You should now see the camera feed on the GIGA Display Shield.
3738
![Click "Play" button to launch script.](assets/launch-script.png)
3839

39-
Congratulations, you have now set up GIGA R1 board to stream camera sensor data to the GIGA Display Shield!
40+
Congratulations, you have now set up GIGA R1 WiFi board to stream camera sensor data to the GIGA Display Shield!
4041

4142
The image below demonstrates how the setup should look like when complete.
4243

4344
![Final setup.](assets/camera-feed.png)
4445

46+
4547
## Code Example
4648

4749
The full script for this guide can be copied from below:

0 commit comments

Comments
 (0)