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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Please first download the pre-built package from the [releases page](https://git
75
75
| MediaPipeUnityPlugin.\*.unitypackage | A .unitypackage file |
76
76
77
77
If you need to run sample scenes on your mobile devices, prefer `MediaPipeUnityPlugin-all.zip` or `MediaPipeUnityPlugin-all-stripped.zip`.\
78
-
To run sample scenes on your mobile devices, you need to place required models properly, but most required setup is already done in `MediaPipeUnityPlugin-all.zip`.\
78
+
To run sample scenes on your mobile devices, you need to place required models properly, but most required setup is already done in `MediaPipeUnityPlugin-all.zip`.
79
79
80
80
## Build the plugin by yourself
81
81
@@ -162,9 +162,9 @@ Once you've downloaded the pre-built package, please import the plugin into your
162
162
163
163
## For Android
164
164
165
-
:skull_and_crossbones: If you need to build your app for Android, **please ensure you include `libstdc++_shared.so` in your APK**[^1], otherwise `DllNotFoundException` will be thrown at runtime.\
165
+
:skull_and_crossbones: If you need to build your app for Android, **please ensure you include `libstdc++_shared.so` in your APK**[^3], otherwise `DllNotFoundException` will be thrown at runtime.
166
166
167
-
[^1]: `mediapipe_android.aar` contains `libopencv_java4.so` and it depends on `libstdc++_shared.so`. However, some project or plugins may already include `libstdc++_shared.so`, so we don't include `libstdc++_shared.so` in `mediapipe_android.aar`.
167
+
[^3]: `mediapipe_android.aar` contains `libopencv_java4.so` and it depends on `libstdc++_shared.so`. However, some project or plugins may already include `libstdc++_shared.so`, so we don't include `libstdc++_shared.so` in `mediapipe_android.aar`.
168
168
169
169
The easiest way to include `libstdc++_shared.so` in your APK is to place it in the `Assets/Plugins/Android` directory of your project.
170
170
@@ -235,7 +235,7 @@ On Windows, there seem to be no ways to handle `SIGABRT` properly, so if you can
235
235
236
236
### Graphics API
237
237
238
-
If you want to run inference using a GPU, you cannot use OpenGL Core API.\
238
+
If you want to run inference using a GPU, you cannot use OpenGL Core API.
239
239
Otherwise, you will encounter an error like the following:
0 commit comments