You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/10.mega/shields/giga-display-shield/tutorials/11.openmv-camera-display/openmv-camera-display.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: Karl Söderby
5
5
tags: [OV7675, OpenMV, Camera, Display]
6
6
---
7
7
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.
9
9
10
10
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.
11
11
@@ -28,20 +28,22 @@ In this guide, you will learn how to set up your [OV7675](https://store.arduino.
28
28
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.
29
29
30
30
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.
32
32

33
33
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.***
34
35
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**.
35
36

36
37
5. Click the "Play" button to launch the script. You should now see the camera feed on the GIGA Display Shield.
37
38

38
39
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!
40
41
41
42
The image below demonstrates how the setup should look like when complete.
42
43
43
44

44
45
46
+
45
47
## Code Example
46
48
47
49
The full script for this guide can be copied from below:
0 commit comments