File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414 * Setup the OpenCVForUnity. (Tools > OpenCV for Unity > Set Plugin Import Settings)
1515 * Set "Assets/OpenCVForUnity/Plugin/Android/libs/arm64-v8a/libopencvforunity.so" Import Settings.
1616 * Delete the code and example related to the WebCamTexture class.
17- * Downlod https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolov3-tiny.cfg . Copy yolov3-tiny.cfg to gAssets /StreamingAssets/dnn/h folder. Downlod https://pjreddie.com/media/files/yolov3-tiny.weights . Copy yolov3-tiny.weights to gAssets /StreamingAssets/dnn/h folder. Downlod https://github.com/pjreddie/darknet/tree/master/data/coco.names . Copy coco.names to gAssets /StreamingAssets/dnn/h folder.
17+ * Downlod https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolov3-tiny.cfg . Copy yolov3-tiny.cfg to "Assets /StreamingAssets/dnn/" folder. Downlod https://pjreddie.com/media/files/yolov3-tiny.weights . Copy yolov3-tiny.weights to "Assets /StreamingAssets/dnn/" folder. Downlod https://github.com/pjreddie/darknet/tree/master/data/coco.names . Copy coco.names to "Assets /StreamingAssets/dnn/" folder.
1818 ![ magicleap_settings.png] ( magicleap_settings.png )
19191 . Import the MagicLeapWithOpenCVForUnityExample.unitypackage.
20201 . Add the "Assets/MagicLeapWithOpenCVForUnityExample/* .unity" files to the "Scenes In Build" list in the "Build Settings" window.
21211 . Check CameraCapture checkbox in Publishing Settings.
22- 1 . Build and Run to MagicLeap.
22+ 1 . Build and Deploy to MagicLeap.
2323
2424
2525## ScreenShot
You can’t perform that action at this time.
0 commit comments