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
Use this import button to open the solution in Keil Studio Cloud: [](https://studio.keil.arm.com/?import=https://github.com/Arm-Examples/mlek-cmsis-pack-examples.git)
@@ -130,7 +132,7 @@ In addition to the above, the VSI Python scripts depend on `opencv-python` packa
130
132
a virtual environment and installing this with pip.
131
133
132
134
```shell
133
-
$ pip install opencv-python
135
+
$ pip install opencv-python"numpy<2.0.0"
134
136
```
135
137
136
138
**NOTE**: The requirement for Python version is driven by the FVP executable. Versions <= 11.26 require
The object detection example for Arm Corstone-300 and Corstone-310 supports Virtual Streaming Interface (VSI).
254
+
The object detection example supports the Virtual Streaming Interface (VSI) feature found in the FVPs for Arm Corstone-300, Corstone-310 and Corstone-315.
253
255
This allows the locally installed FVP application (or an AVH instance) to read images in from a camera connected to
254
256
your local machine and stream these over to the application running within the FVP.
255
257
256
258
To run the VSI application, append the command line with the v_path argument. For example:
257
259
260
+
#### Arm Corstone-300 + Arm Corstone-310
261
+
258
262
```shell
259
263
$ <path_to_installed_FVP> \
260
264
-a ./out/object-detection-vsi/AVH-SSE-300-U55/Release/object-detection-vsi.axf \
0 commit comments