Added instruction to use camera

This commit is contained in:
butomo1989 2018-09-14 15:37:00 +02:00
parent 4e5370b85b
commit dfc86227e0

View file

@ -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
------------------------- -------------------------