- Sort Posts
- 13 replies
- Last post
videoPlayback and dominoes examples
March 27, 2013 - 4:05am #14
videoPlayback and dominoes examples
March 25, 2013 - 2:09am #12
Yes, whenever you make a change to the code or add new code in native (C++), make sure to run ndk-build from cygwin to verify that it still compiles.
Another thing is to make sure to add the Cpp files (if you add enw files) in the Android.mk file (next to the existing list of files in LOCAL_SRC_FILES := ..... )
videoPlayback and dominoes examples
March 25, 2013 - 1:06am #10
videoPlayback and dominoes examples
March 22, 2013 - 12:07pm #4
videoPlayback and dominoes examples
March 21, 2013 - 11:29am #2
Yes, why not. But we don't have a tutorial for that.
One thing that can help perhaps is to look at this code walk-through that we have written for the VideoPlaback sample (which will drive you through the main parts of the sample code to help you udnertand it better).
https://developer.vuforia.com/resources/sample-apps/video-playback-sample-app
(see under "Sample Specific Notes")
Hi, this is a too broad question; you need to first spend some time to read and understand each of the sample code and then figure out what functionality you want to bring from one sample to the other;
if you have some specific questions during the process, we are happy to help, but guiding you through the entire process would be impossible.