stereolabs / zed-unity

ZED SDK Unity plugin
https://www.stereolabs.com/documentation/guides/using-zed-with-unity/introduction.html
MIT License
248 stars 57 forks source link

Object Detection failed to start. (Error: AI_MODULE_NOT_AVAILABLE ) #127

Closed Janne98 closed 4 years ago

Janne98 commented 4 years ago

I'm trying to use the object detection in unity, but I get this error:

Object Detection failed to start. (Error: AI_MODULE_NOT_AVAILABLE )
UnityEngine.Debug:Log(Object)
<startObjectDetection>d__296:MoveNext() (at Assets/ZED/SDK/Helpers/Scripts/ZEDManager.cs:2628)
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)

I am using the ZED Mini and SDK version 3.1.0. Maybe it is only available on the ZED 2?

obraun-sl commented 4 years ago

Hi, Object detection from ZED SDK is only available with ZED2 indeed.

Best,OB