开发者

Implement Camera on Android Emulator | Need some knowledge

开发者 https://www.devze.com 2022-12-28 03:10 出处:网络
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 conn

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 cha开发者_运维问答nge 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...


You will want to implement a compatible camera interface in QEMU. QEMU is a multi-platform system emulator which provides a complete emulated system.

I would suggest implementing a camera which matches an existing hardware device. For this, you will likely need to study the existing drivers which are part of the kernel source.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号