Added instruction to use camera
This commit is contained in:
parent
4e5370b85b
commit
dfc86227e0
|
@ -15,6 +15,13 @@ You can change the language setting of Android Emulator on the fly by passing fo
|
||||||
- LANGUAGE="\<language>"
|
- LANGUAGE="\<language>"
|
||||||
- COUNTRY="\<country>"
|
- COUNTRY="\<country>"
|
||||||
|
|
||||||
|
Camera
|
||||||
|
------
|
||||||
|
|
||||||
|
Passing following environment variable to be able to connect laptop / pc camera to Android emulator:
|
||||||
|
|
||||||
|
- EMULATOR_ARGS="-camera-back webcam0"
|
||||||
|
|
||||||
Custom Emulator Arguments
|
Custom Emulator Arguments
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue