Monday, 27 February 2017

Android Augmanted Reality - AR Geolocation Based Marker 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 Marker
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 geolocation Based Marker video Playback android Example from below path
https://drive.google.com/file/d/0B5chRybMYYiqbXBRS2FvWHBFQmc/view?usp=sharing






geolocation, Ar Geolocation Video, cloud recognize, Object Recognition, Text Recognition, Cloud Recognition, Image Targets, Video Playback, Augmanted Reality, Virtual Reality, AR Android


Android Augmanted Reality - Image target 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 Image target Recognition video Playback android Example from below path
https://drive.google.com/file/d/0B5chRybMYYiqb3lmUW50eS02SVE/view?usp=sharing


In this, android Vudoria Image target , object Recognition sample recognize Image object and play video on exact object position.
First change Licence Key from SampleApplicationSession.java  file, Put your key-
 Vuforia.setInitParameters(mActivity, mVuforiaFlags, "YOUR KEY HERE");


You have to provide video file path from VideoPlayback.java

mMovieName[STONES] = Environment.getExternalStorageDirectory() + "/" + "xyz1.mp4";
        mMovieName[CHIPS] = Environment.getExternalStorageDirectory() + "/" + "xyz12.mp4";
     

Enjoy Coding...







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.....