Questions tagged [kudan]

Kudan AR SDK is an engine that gives applications the ability to see and understand their physical surroundings using the camera and sensors within the device. It provides various forms of tracking, as well as 3D rendering. The engine allows developers to easily integrate this capability into their own apps in order to position digital content within the real world.

SDK is available on iOS, Android and Unity.

82 questions
0
votes
1 answer

Does not load .Armodel file in camera only display white screen in kudan

i used xcode 8.0 and os version 9.3.5 when i use this demo i am unable to open camera. first i put object this screen is work properly but when click done button than after display white screen.nothing display in this screen. i used this…
Jigar
  • 1,801
  • 1
  • 14
  • 29
0
votes
1 answer

iOS Kudan project error in xcode libsystem_kernal.dylib error? Black screen when app loads

Trying to build The Kudan sample app for iOS out of Unity 5.5 But I keep getting an error in xcode during the loading phase on my iPad. Any help would be greatly appreciated! libsystem_kernal.dylib Thread 42: signal SIGABRT
0
votes
1 answer

Is it possible to place a Kudan ARCameraViewController inside a UIView

I want to use Kudan inside an existing React-Native App. You can create your own Native Components in React-Native so I thought I could make a Kudan-component. In React-Native I have to write a function which returns a UIView, RN can place on the…
0
votes
0 answers

Kudan Sample does not work well in Unity

I have new version of Kudan 1.3. I tried the KudanSample scene in Unity 5.3.4 and 5.4.1. The default tracking method is Marker. The Markerless method will not start correctly when I try to switch the method. The arrow has static coords. It looks…
kotrs
  • 1
0
votes
0 answers

Unity Version 1.3 models inside out

After updating to Unity version 1.3 I am finding that my models are inside out (i.e. the inside of every element is showing and the depth is back-to-front) If I turn off 'Apply projection' things look ok again (while, as I remember, things did not…
David O'Sullivan
  • 2,969
  • 4
  • 21
  • 24
0
votes
0 answers

Kudan and Unity3D : Unstable 3D model in Markerless Mode

I am using Kudan Unity plugin. I have included my own 3D models with marker less mode along with the default touch controls provided (for rotate, pinch etc.). The app works both on iOS and Android. However, I am having an issue with the stability of…
0
votes
0 answers

Using Kudan without paid Apple Developer account?

I'm a beginner with kudan and iOS development and I'm trying to get the example provided on kudan.eu running in Xcode. I don't have a paid Apple Developer account, I'm using the free 7 day provisioning profiles and the developer API-Keys from kudan.…
Geigi
  • 61
  • 2
0
votes
1 answer

ld: framework not found KudanAR

I have getting iOS SDK(1.3.1) for KudanAR. I tried to builded the KudanARsample in Xcode. However, you will see an error such as the following. ld: framework not found KudanAR clang: error: linker command failed with exit code 1 (use -v to see…
0
votes
0 answers

Kudan 3D Object Recognition

I am trying to get into the Kudan AR framework (in Unity) and I have seen this video of 3D Object Recognition. Now I am wondering how this is possible with that framework. I have also seen another example where it is explicitly about to regocnize…
0
votes
1 answer

kudan android samples app displays black screen

I have a problem with the kudan sample project in android . I followed the Kudan Android Sdk tutorial . The project builds with no errors , but when i Run the app on my device it shows a black screen . Anyone know why this happens ? Thanks .
0
votes
1 answer

AR ODG application for conference calls

I'm researching AR frameworks in order to select the best option for developing conference call/ meeting application for ODG glasses. I got only a few directions for selecting a framework: Performance of video streaming (capturing and encoding)…
user271507
  • 1,229
  • 2
  • 9
  • 9
0
votes
1 answer

Kudan Unity :Destroying GameObject on Touch

I am using the Kudan plugin in Unity for building an android app. I am using the markerless mode. When I tap (touch) model, which spawns in this markerless mode, I want to destroy it. I am using a Raycast script as listed below. I tried attaching…
0
votes
1 answer

Load/Get 3d models from the web using Kudan SDK & unity?

Is it possible to load 3D models dynamically / from the web (cloud), using Kudan SDK and Unity? I want to make an app, which uses SLAM tracking & user can load products dynamically from the web? I have a grid of 3D models the user can click on to…
0
votes
1 answer

Could not find method compile() for arguments [file collection] on object

This image shows the project structure and the error I'm following this tutorial to build a sample app using Kudan. Here I got an error (Shown in the screenshot) after step 5 (means after Adding kudanar.jar and cardboard.jar as file dependencies )
0
votes
0 answers

Kudan Android SDK: Is it possible to add image after marker is detected?

I am developing an Android app based on Kudan SDK. On my AR screen, I have a button and onclick should download the image from the server, save it locally, and add the image to marker. The issue is when my ARActivity opens, if I add the image as…