Start a new topic

Video Drawables : Load from web URL

Video Drawables : Load from web URL


Hi,

 

 var video = new AR.VideoDrawable("http://www.sample-videos.com/video/mp4/720/big_buck_bunny_720p_1mb.mp4", 0.40, {

                                             offsetY: -0.3,

                                             });

 


new AR.Trackable2DObject(World.tracker, "*", {

                                                   drawables: {

                                                   cam:

                                                   },

                                                   onEnterFieldOfVision: function onEnterFieldOfVisionFn() {

                                                   video.play(-1);

                                                   }

                                                   });


This video is not playing. Can't we load the video from online???

 

 

Hi Anumothu,
You can use an AR.VideoDrawable with videos that are available on a server. Does the onError callback get's called? On which platform are you trying this Architect World (Android, iOS) and do you use any of our extensions like Cordova, Titanium or Xamarin?

Best regards

Andreas

Hi,

 

Sorry. My mistake. Quota_exceeded_calls_per_period error I got. 

 

Please increase the scan count. The quota exceeded with in 2 days. 

 

 

Hi,

Please provide details on the which of our services the quota is exeeded (Cloud Recognition, Targets API). If the quota exeeded to fast for e.g. Cloud Recognition, please check the your implementation and if you 'send' images to the server too often.

Thx and greetings

Nicola
Login or Signup to post a comment