Implement Camera on Android Emulator | Need some knowledge

Posted by Thisara on Stack Overflow See other posts from Stack Overflow or by Thisara
Published on 2010-04-21T08:06:52Z Indexed on 2010/04/21 8:23 UTC
Read the original article Hit count: 400

I'm interested in doing some enhancements to android emulator (implement webcam on emulator). Therefore I'm following the android source and emulators source to get basic understanding & the connection between modules. But its really hard to understand it for someone who is new to android. Therefore can anyone please direct me to some resource to understand this. May be some proper documentation, tutorials or anything that i can understand this.

And since i'm interested in emulator if i change the code of emulator with in "external\qemu" , then build it using "m emulator" and run using "emulator" , will those changes effect or apply onto the started emulator.

And if anyone know please let me know that, what is the sdk it uses when it run as "emulator" from the build android source code. Cos if i want to install some application to that emulator how can i do that?

Please help if anyone know...

© Stack Overflow or respective owner

Related posts about android

Related posts about android-emulator