Monday, 27 February 2017

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







No comments:

Post a Comment