Android ScreenToGallery addon for openFrameworks
This is an openFrameworks addon to take a screenshot and save it into the Android's screenshot gallery.
Licence: MIT
-- HOW TO INSTALL --
- Copy the files of "src" folder to -> yourofdir/addons/ofxAndroidScreenToGallery/src
- Copy the files of "scrJava/cc/openframeworks/ofxaddons/ofxandroidscreentogallery" folder to -> yourofdir/examples/android/androidEmptyExample/srcJava/cc/openframeworks/ofxaddons/ofxandroidscreentogallery
- Copy the files of "example" folder to -> yourofdir/examples/android/androidEmptyExample/src
- Add ofxAndroidScreenToGallery to the end of the file yourofdir/examples/android/androidEmptyExample/addons.make
- Clean&Build Project
- Run
-- HOW TO TEST --
- Run the given example. A black screen will appear with a simple line.
- Touch the screen 1 time (you may need to wait a few seconds).
- Exit app by pressing back button.
- Check the gallery of your device.