Stu wrote: > I want to be able to perform live demos of an app I've been working at > conferences. > > There doesn't seem to be an easy way to get a video feed of what's > going on onscreen onto a big screen. > > We've hooked up the screen capture utility of DDMS and keep hitting > refresh. Its not ideal. I'm aware that there are more automatic > solutions that continuously cause a refresh, but these don't really > provide video, and I'd also like an audio feed. > > I can frame grab within my app programmatically, but the Android SDK's > video encoder only supports capturing video feed from the camera. > > Any ideas? What's the best way to live demo Android apps to large > audiences?
The "more automatic solutions that continuously cause a refresh" are the only ones I am aware of (DroidEx, DroidAtScreen). In terms of an "audio feed", use the 3.5mm jack in your phone. Patch that to whatever you want, possibly with amplification depending on the size of your room. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in US: 14-18 June 2010: http://bignerdranch.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

