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
1
vote
1 answer

Accessing Kudan events, variables though another script

Following Kudan's SampleApp script: using UnityEngine; using System.Collections; namespace Kudan.AR.Samples { /// /// Script used in the Kudan Samples. Provides functions that switch between different tracking methods and start…
jFelipe
  • 13
  • 3
1
vote
0 answers

Retrieve ARVector3 from touch on cameraView

I've been playing around with the enhanced samples and read the full SDK documentation but I'm can't figure out this problem. I'm trying to convert a touch on the self.cameraView to a ARVector3 so I can move the 3D model to that position. At the…
Leon
  • 410
  • 2
  • 14
1
vote
1 answer

Import and shows Textures

I can see in the logger that Kudan is recognizing that the model has textures, it shows this in the log: 2016-04-29 19:34:01.645 MyApp[1313:525371] WARNING: Could not find file for texture texture_0001.png 2016-04-29 19:34:01.646 MyApp[1313:525371]…
utiq
  • 1,342
  • 2
  • 17
  • 33
0
votes
1 answer

Unity 2020.2.1f1 markerless AR plugins

I'm trying to create an application with AR, using surface detection plugins that work with all devices no matter of ARcore installed. Well, I have got a problem, 8th wall works terrible in unity, EasyAR shows a black screen instead of camera image…
0
votes
1 answer

Issues with kudan camera while merged with native android application

I got a requirement where I need to merge the unity application with the native android app, I am using Kudan plugin in the unity 3d, I have exported the unity project to the android studio and created a new app in the android studio and merged the…
Damu93
  • 11
  • 4
0
votes
2 answers

Loop Video KUDAN AR

I need to Loop the video. How to get a callback when video has been ended. I need to loop it till user is tracking that video private func addVideoNode(bundleFileName: String, forTrackableImage imageTrackable: ARImageTrackable?){ // Initialise…
Nitesh
  • 1,564
  • 2
  • 26
  • 53
0
votes
1 answer

Get the width and height of the camera space in Graphics Programming

I have this AR project that I need to transform the screen coordinate to world coordinate. I follow this tutorial and I almost made it. The only problem when I try to transform from homogeneous clip space to eye space, I use the wrong projection…
Robert Limanto
  • 2,068
  • 4
  • 17
  • 27
0
votes
1 answer

3D model vanishing when moving the camera away from the marker android (Kudan AR)

I am working on Augmented Reality using Kudan SDK in android. I am trying to generate 3D model when the phone camera is pointing towards the marker. I am able to achieve this. But If I move the camera away from the marker the model is vanishing. I…
user7481832
0
votes
1 answer

How to get the WebcamTexture of the camera in Kudan AR (Unity3D)

I am currently developing an AR application and I need to get the color of the object from the camera. I need to get the webcamtexture of the camera but I don't know how because Kudan AR has it's own camera. Do you have any idea how to do this? Big…
Sarah
  • 135
  • 3
  • 19
0
votes
1 answer

How to load 3D objects at runtime in Augmented Reality using Kudan AR (Unity 3D)

I am currently developing an augmented reality application with Kudan AR. I want to have a list of buttons (which I already did) where in when a specific button is clicked, a specific 3D object will appear too in the camera. I tried a few times but…
Sarah
  • 135
  • 3
  • 19
0
votes
1 answer

Get Position of floor in Kudan Android

In unity, the code to get the floor's position is shown here. What's the equivalent form in android/java? I couldn't find anything similar in the documentation.
hfz
  • 401
  • 4
  • 16
0
votes
0 answers

Does Kudan allow for multiple objects to be places while using markerless tracking?

I am currently using Kudan AR in the Unity Game Engine. I understand how to place an individual object using the Markerless Tracking mode, but it appears as if the way this works is by using ArbiTrackGetPose, and simply setting the transform of the…
0
votes
1 answer

Kudan AR development key not working

I am using Kudan SDK 1.4.1 and Android studio 2.2.2 I have created an empty project named "ar" with a package 'eu.kudan.ar', added KudanAR.aar library and created a simple Activity: package eu.kudan.ar; import android.os.Bundle; import…
M. Noreikis
  • 173
  • 6
0
votes
1 answer

Kudan Camera issue from Unity 5.5 to iOS

I know someone else had a question like this. When I build to my iPad or iPhone the color on the camera(Background plane) Is green and pink. Is this a problem with the Background shader? when I apply the ycbcr material to the background plane in…
0
votes
2 answers

The API License Key is NOT valid in Enhanced Kudan Samples

When I use the following code in my AppDelegate class in Xcode, it should normally let me access the API from 'Enhanced Kudan Samples' but it doesn't let me, it says the key is invalid. But I got this key from their site. Does anyone have a valid…
Jigar
  • 1,801
  • 1
  • 14
  • 29