android camera, gps, mic, etc

Monkey Targets Forums/Android/android camera, gps, mic, etc

Sensei(Posted 2014) [#1]
Anyone know if it's possible to use any android hardware from within monkey?
I'm mostly interested in using the camera but having access to other bits would be useful too.


therevills(Posted 2014) [#2]
Check out IronStorm's Github:
https://github.com/Ironstorm/bbd

He has a camera picker and image picker module.

For GPS, Diddy has the native function: StartGps and getLatitiude/getLongitude:

http://code.google.com/p/diddy/source/browse/src/diddy/native/diddy.android.java


Sensei(Posted 2014) [#3]
Many thanks Steve. You guys are masters and I bow down to thee :)