Monday, 27 February 2017

Android Augmanted Reality - Cloud Recognition Video Playback Android Source Code

Augmanted Reality is one of best futuristics task, Nowadays , AR -Augmanted Reality and VR - Virtual Reality take place in market.
Every Smartphone and desktop application takes place in AR and VR.
There are many types of Virtual Reality - Augmanted Reality  SDk and Framework available


  • geolocation Based object target
  • Location-based Points of Interest
  • Radar View, POI Sorting and Stacking
  • Image Targets
  • Object Recognition
  • Multi Object Targets
  • User Defined Object Targets
  • Cloud Object Recognition
  • Text Recognition
  • Video Playback on Object



Download working Sample of Cloud Recognition android Example from below path

https://drive.google.com/file/d/0B5chRybMYYiqZUE5a3dkM0h0TlE/view?usp=sharing


In this, android Vudoria Cloud Recognition sample recognize cloud object and play video on exact object position.
First change Licence Key from Constant.java file, Put your key- VUFORIA_LICENSE_KEY="";
Then change kAccessKey and kSecretKey from CLoudReco.java file

    private static final String kAccessKey = "9f1589a795e4f87fe55ba63b27d477beb41ba078";
    private static final String kSecretKey = "d3e2826215e32f60b698cc697d840f28cc224f11";

You have to provide video file path from CLoudReco.java

mMovieName = Environment.getExternalStorageDirectory() + "/" + "3_F31_DEK_NanoUltra_EN_23012016.mp4";

Enjoy Coding.....




No comments:

Post a Comment