build - AR app for androids -



build - AR app for androids -

i'm trying build augmented reality application androids. want show 3d models when recognizes different markers.

i used first-class sdk, https://ar.qualcomm.at/qdevnet/sdk , followed steps, unfortunately when created application , ran on android, showed message "your device not supported". that's because guide 2.1 androids, , mine 2.2

is there way "convert" it? want create play on phone.

is there way "convert" it? want create play on phone.

not know of. qcar sdk checks device compatibility based on explicit conditions (e.g. snapdragon processor) , fails initialize if device not supported. there's list of supported devices available on dev forum - https://ar.qualcomm.at/qdevnet/forums

android build augmented-reality

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -