From dfc86227e08eb03c7abd76d0b2de54a427f50a98 Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Fri, 14 Sep 2018 15:37:00 +0200 Subject: [PATCH] Added instruction to use camera --- README_CUSTOM_CONFIG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README_CUSTOM_CONFIG.md b/README_CUSTOM_CONFIG.md index a4b701c..52249dc 100644 --- a/README_CUSTOM_CONFIG.md +++ b/README_CUSTOM_CONFIG.md @@ -15,6 +15,13 @@ You can change the language setting of Android Emulator on the fly by passing fo - LANGUAGE="\" - 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 -------------------------