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
4
votes
2 answers

RenderTexture to Texture2D is very slowly

We develop an application on Unity3D which shall take the image from the screen and transfer it to Texture2D. We have difficulties with performance on everage (feeble) devices. The code is given below. We do a screenshot, then we read pixels…
4
votes
4 answers

Is there an AR SDK for creation of Image Targets during runtime?

For a Demo application I need an reliable AR SDK that does allow the creation of Image Targets during Runtime. The SDK has to run on a mobile device and the Targets should not be created by some cloud server or during development. In this scenario…
hugosa
  • 53
  • 1
  • 6
4
votes
3 answers

Failed to recompile android resource file

I'm trying to build "My First App" with that tutorial also i tried to build with another tutorial for version 1.2 for android, but every time i get the same error "Failed to recompile android resource files". In the console i see…
Nosov Pavel
  • 1,571
  • 1
  • 18
  • 34
4
votes
2 answers

Kudan for Unity v1.1.3 : Crash on Android/Unable to start application

I have installed Kudan 1.1.3 in Unity 5.3.4. I have followed 100% accurately the scene setup from Kudan's "getting started" guide. I hit "build and run", everything looks OK but once starting on Nexus 9, the app dies immediately. I generated a bug…
RCYR
  • 1,452
  • 13
  • 28
3
votes
1 answer

Unity3D Kudan SDK Markerless Augmented Reality Help Guidance

hey all I am developing a furniture design augmented reality app for my dissertation and need quite a bit of help as I can't find it else where with tutorials etc. I am doing this in Unity using the Kudan SDK AS it is pretty much the only available…
CodeDude9
  • 35
  • 3
3
votes
2 answers

Rotate the AR Object to always face the camera using kudan AR

I'm developing a game similar to Pokemon Go in Unity3D. Using Kudan AR SDK. My requirements are straightforward, the AR object must face the camera at all times. I am totally clueless on how to get this done with Kudan AR. In other words, i wanna…
Pavan Chopra
  • 83
  • 1
  • 1
  • 8
2
votes
0 answers

Android Kudan - Extending ARActivity will stop working system camera torch (Flash light)

I am working on kudan SDK for building 3D Model Augment Reality Object with Marker, all are perfectly works fine,but when i build Camera torch on same ARActivity will stop working flash light, even it will stop working system flash torch (On/off…
ND1010_
  • 3,743
  • 24
  • 41
2
votes
1 answer

Kudan Unity: After Marker tracking detects cannot switch to Markerless properly

In the Kudan samples for Unity (testing on Android) I'm finding that once the 'Marker' tracking finds its target if I try to switch to 'Markerless' the ArrowPlace script doesn't update the arrow any more (its just stuck in the center of the screen)…
David O'Sullivan
  • 2,969
  • 4
  • 21
  • 24
2
votes
2 answers

Kudan for Unity v1.2.2: Creating Custom Markers

I'm trying to get started with Kudan in Unity using Kudan package v.1.2.2 on Mac OS. I have spent quite long time trying just to test detecting my own marker but I always fail. Here are the steps I did: Downloaded both Unity package and Kudan…
Mohammed
  • 33
  • 2
2
votes
1 answer

Setting up a 3D model on a Marker using Kudan and Swift

This might be the result of a beginner trying to do something too complex, but I'm trying to use Kudan to model a 3D object on a marker. However, I'm getting the EXC_BAD_ACCESS error. Here is my code as it stands: func setupModel() { let…
Jacobo Koenig
  • 11,728
  • 9
  • 40
  • 75
2
votes
2 answers

API Key Kudan AR not valid

When i use the following code in my Appdelegate class in xcode it should normally let me access the API from KudanAR but it doesn't let me it says the key is invalid when this is the key I got from their site does anyone have a valid key? -…
ArnoP
  • 33
  • 5
1
vote
0 answers

Xcode Undefined symbols for architecture x86_64 Kudan iOS

I have downloaded Kudan AR SDK for iOS and trying to run the samples on my Xcode 9.2. Every time I find this error: Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_AROcclusionMaterial", referenced from: objc-class-ref in…
Amani Elsaed
  • 1,558
  • 2
  • 21
  • 36
1
vote
0 answers

Kudan AR Toolkit not working for Windows

I want to add my 3D Model to the scene and used the ARToolkit for Windows to convert my .fbx object into the .armodel type. But when I click on "Convert" the only thing that happens is a window opening for a millisecond. There is no new file in the…
1
vote
1 answer

How to rotate and drag 3D object(ARNode) in Kudan using Gesture Listener in Android

I have displayed the 3D object on screen using markerless. Now, I want to rotate and move the ARNode on screen using finger gestures?
1
vote
1 answer

Check screen coordinate (x,y) touched Matrix4x4 (3d object)

I have a 3d object from android KudanAR library that seems to be implemented using OpenGL. Currently, I want to check which 3Dobject is clicked. Therefore, I need to know whether the screen coordinate (x,y) has touched the 3d objects. how do you…
Robert Limanto
  • 2,068
  • 4
  • 17
  • 27
1
2 3 4 5 6