Skip to content

Commit 9551154

Browse files
committed
User Manual ready for review 2
1 parent 65f62ea commit 9551154

File tree

1 file changed

+4
-4
lines changed
  • content/hardware/04.pro/shields/portenta-vision-shield/tutorials/user-manual

1 file changed

+4
-4
lines changed

content/hardware/04.pro/shields/portenta-vision-shield/tutorials/user-manual/content.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Here is an overview of the board's main components, as shown in the images above
5555

5656
HM-01B0 offers very low-power image acquisition and provides the possibility to perform motion detection without main processor interaction. The“Always-on” operation provides the ability to turn on the main processor when movement is detected with minimal power consumption.
5757

58-
***The Portenta C33 is not compatible with the camera of the Portenta Vision Shield***.
58+
***The Portenta C33 is not compatible with the camera of the Portenta Vision Shield***
5959

6060
- **Digital Microphones**: the dual MP34DT05 digital MEMS microphones are omnidirectional and operate via a capacitive sensing element
6161
with a high (64 dB) signal-to-noise ratio. The microphones have been configured to provide separate left and right audio over a single PDM stream.
@@ -81,7 +81,7 @@ Connect the Vision Shield with a Portenta H7 through their High-Density connecto
8181
</video>
8282
</div>
8383

84-
#### With OpenMV IDE
84+
#### OpenMV IDE Setup
8585

8686
Before you can start programming MicroPython scripts for the Vision Shield, you need to download and install the OpenMV IDE.
8787

@@ -99,7 +99,7 @@ Click on the "connect" symbol at the bottom of the left toolbar.
9999

100100
If your Portenta H7 does not have the latest firmware, a pop-up will ask you to install it. Your board will enter in DFU mode and its green LED will start fading.
101101

102-
Select `Install the latest release firmware`. This will install the latest OpenMV firmware on the H7. You can leave the option of erasing the internal file system unselected and click `OK`.
102+
Select `Install the latest release firmware`. This will install the latest OpenMV firmware on the H7. You can leave the option of erasing the internal file system unselected and click `OK`
103103

104104
![Install the latest version of the OpenMV firmware](assets/first-connect.png)
105105

@@ -497,7 +497,7 @@ while True:
497497
```
498498
![Face tracking example running](assets/face.gif)
499499

500-
You can load different Machine Learning models for detecting other objects, for example, persons.
500+
You can load different **Machine Learning** models for detecting other objects, for example, persons.
501501

502502
Download the `.tflite` and `.txt` files from this [repository](https://github.com/openmv/tensorflow-lib/tree/master/libtf/models) and copy them to the Portenta H7 local storage.
503503

0 commit comments

Comments
 (0)