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/04.pro/shields/portenta-vision-shield/tutorials/user-manual/content.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ Here is an overview of the board's main components, as shown in the images above
55
55
56
56
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.
57
57
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***
59
59
60
60
-**Digital Microphones**: the dual MP34DT05 digital MEMS microphones are omnidirectional and operate via a capacitive sensing element
61
61
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
81
81
</video>
82
82
</div>
83
83
84
-
#### With OpenMV IDE
84
+
#### OpenMV IDE Setup
85
85
86
86
Before you can start programming MicroPython scripts for the Vision Shield, you need to download and install the OpenMV IDE.
87
87
@@ -99,7 +99,7 @@ Click on the "connect" symbol at the bottom of the left toolbar.
99
99
100
100
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.
101
101
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`
103
103
104
104

105
105
@@ -497,7 +497,7 @@ while True:
497
497
```
498
498

499
499
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.
501
501
502
502
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.
0 commit comments