Skip to content

Commit ec66779

Browse files
Apply suggestions from code review
Co-authored-by: Sebastian Romero <s.romero@arduino.cc>
1 parent f8a4896 commit ec66779

File tree

1 file changed

+6
-6
lines changed
  • content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-camera

1 file changed

+6
-6
lines changed

content/hardware/10.mega/boards/giga-r1-wifi/tutorials/giga-camera/giga-camera.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: GIGA R1 Camera Guide
3-
description: Learn about the GIGA R1 WiFi's camera connector, and how to stream data through webserial.
4-
tags: [ArduCAM, Camera, WebSerial]
3+
description: Learn about the GIGA R1 WiFi's camera connector, and how to stream data through Web Serial.
4+
tags: [ArduCAM, Camera, Web Serial]
55
author: Karl Söderby
66
hardware:
77
- hardware/10.mega/boards/giga-r1-wifi
@@ -18,7 +18,7 @@ In this guide, we will explore the following:
1818
- Where the camera connector is located.
1919
- What cameras are compatible?
2020
- What library to use?
21-
- How to set up a camera stream to a browser using webserial.
21+
- How to set up a camera stream to a browser using Web Serial.
2222

2323
## Hardware & Software Needed
2424

@@ -27,15 +27,15 @@ To follow and use the examples provided in this guide, you will need an [Arduino
2727
You will also need the following software:
2828

2929
- [Arduino IDE](https://www.arduino.cc/en/software) (any version).
30-
- [Webserial](https://labs.oniudra.cc/en/labs/web-serial-camera) (for displaying camera feed).
30+
- [Web Serial Web Application](https://arduino.github.io/labs-pages/web-serial-camera/) (for displaying camera feed).
3131

3232
To run the Webserial locally go to:
3333

3434
```
3535
C:\Users\<UserName>\AppData\Local\Arduino15\packages\arduino\hardware\mbed_giga\4.1.3\libraries\Camera\extras\WebSerialCamera
3636
```
3737

38-
and open the `.index`. We suggest using the Chrome™ browser.
38+
and open the `index.html` file. We suggest using the Chrome™ browser to do so.
3939

4040
## Supported Cameras
4141

@@ -254,7 +254,7 @@ void loop() {
254254

255255
### Step 2: Web Serial
256256

257-
Open the [Webserial Interface](https://labs.oniudra.cc/en/labs/web-serial-camera) which allows you to view the camera feed. As data is streamed via serial, make sure you close the Serial Monitor during this process, else it will not work.
257+
Open the [Web Serial Interface](https://arduino.github.io/labs-pages/web-serial-camera/) which allows you to view the camera feed. Make sure to close the Serial Monitor in the Arduino IDE beforehand, otherwise it will not work as the serial port would be occupied.
258258

259259
Press on **Connect** and select the correct port.
260260

0 commit comments

Comments
 (0)