Start a new topic

Bad working of module

Bad working of module


Hi,

my client knows the functionality of solution with Vuforia and Unity3D and is very unamused about the titanium solution.

For testing we use the same model and same target in same room.

The connection to target is lost  in distance  of ca. 1mtr.  With Vuforia the distance may be over 5 meters. Any thoughts?

Here our code:

function closeWikitudePlugin() {
                document.location = 'architectsdk://action=close';
            }
            var World = {
                init : function(payloadString) {
                    var payload = JSON.parse(payloadString);
                    this.createOverlays(payload);
                },
                createOverlays : function(payload) {
                    var _this = this;
                    this.Model3D = new AR.Model(payload.wt3, {
                        scale : {
                            x : 0.06,
                            y : 0.06,
                            z : 0.06
                        },
                        onLoaded : function() {
                        },
                        onError : function() {
                            alert('Error: MODEL NOT LOADED !!!!!!!!!!!!');
                        }
                    });
                    var Tracker = new AR.Trackable2DObject(new AR.ClientTracker("assets/tracker.wtc", {
                    }), "*", {
                        onEnterFieldOfVision : function() {
                            document.getElementById('slider').style.visibility = 'visible';
                            document.getElementById('helpcontainer').style.visibility = 'hidden';
                        },
                        onExitFieldOfVision : function() {
                            document.getElementById('slider').style.visibility = 'hidden';
                        },
                        enableExtendedTracking: true,
                        enabled : true,
                        drawables : {
                            cam : this.Model3D
                        }
                    });
                }
            };

 

 

 

 

 

 

 

Hi Rainer,
The tracking quality of the Wikitude SDK does not change when swiching between Cordova, Titanium, Xamarin or the iOS/Android JS API SDK.

Have you read this section of our documentation? Best practice for target images.
How large did you print your target image?

Best regards

Andreas

Hi Andreas Schacherbauer,

thanks for your quick answer. We use A4, we know this text about quality of target and we use a target with ???.

We have build two native apps: one with wikitude, one with Vuforia.

The Vuforia app  is more stable and catches the image in much larger distance.

The client had paid the licence and is very unsatisfied. What can we doo to improve the qualitiy?

 

Cheers!

Rainer

 

 
Login or Signup to post a comment