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