digital-standard / ThreeDPoseUnityBarracuda

Unity sample of 3D pose estimation using Barracuda
1.43k stars 275 forks source link

Is this project compatible with Android/IOS ? #4

Open Samad999777 opened 4 years ago

Samad999777 commented 4 years ago

I actually would like to know if this project would work on IOS and Android ?

h-nakae commented 4 years ago

Hi, Sorry for late anser.

Actually it doesn't work on smart phone currently. Then Barracuda doesn't seem to work on smart phone. But this type( https://github.com/digital-standard/ThreeDPoseUnityForiOS) which based on OpenCV works on iOS, but it needs to be new type of devices. It the device is old, the speed gets slow or doesn't work. Besides Android is also slow.

fm64hylian commented 4 years ago

do you think an android version will be available in the future?

h-nakae commented 4 years ago

Hopefully we make it in the future, but basically it depends on if barracuda works on android too.

fm64hylian commented 4 years ago

for what I understand, according to unity it is supported in all of is platforms, it is also mentioned on version 0.7 without using OpenGL

https://docs.unity3d.com/Packages/com.unity.barracuda@0.7/manual/index.html#supported-platforms

yukihiko commented 4 years ago

The barracuda version has been updated to 0.7.1. We have not checked to see if it runs on Android.

alezuky commented 3 years ago

Hi. Any updates on this? Thanks!

tisaud commented 3 years ago

Hi, The barracuda version updated to 1.0.4. I saw that: Q. Does Barracuda work on iPhone / Android / Magic Leap / Switch / PS4 / Xbox? A. Yes. Barracuda supports all platforms that Unity supports. Some restrictions apply however: for more information see Supported platforms.

I can build android Application Successfully. but it fail to work. Maybe i need do something else? Thanks!