aboutsummaryrefslogtreecommitdiffstats
path: root/android/avd
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2011-09-23 12:54:17 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2011-09-23 13:28:56 -0700
commit5f8faaeb1fc4aa1bc875ebc6ab6ad70867ab5321 (patch)
treee04c9e5172e69803c6302cc8550212c0281824bb /android/avd
parentc68dbbef0118eab4256acfc0d9430f0e557a82a1 (diff)
downloadexternal_qemu-5f8faaeb1fc4aa1bc875ebc6ab6ad70867ab5321.zip
external_qemu-5f8faaeb1fc4aa1bc875ebc6ab6ad70867ab5321.tar.gz
external_qemu-5f8faaeb1fc4aa1bc875ebc6ab6ad70867ab5321.tar.bz2
Check that first two cameras are facing in opposite direction.
Currently camera app will crash on an attempt to switch cameras if camera 0 and 1 are facing in the same direction. So, user should be warned about that on emulator start. Change-Id: Ic85da614d30295b04d2a318fb1c2015cc52f1140
Diffstat (limited to 'android/avd')
-rw-r--r--android/avd/hardware-properties.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/android/avd/hardware-properties.ini b/android/avd/hardware-properties.ini
index fb53536..8fb51b4 100644
--- a/android/avd/hardware-properties.ini
+++ b/android/avd/hardware-properties.ini
@@ -305,10 +305,12 @@ abstract = 1-st emulated web camera direction
description = Direction of the 1-st emulated web camera
# Defines direction of the emulated webcam with index 1
+# Note that first two cameras must face in opposite directions in order to enable
+# camera switch in the camera application.
#
name = hw.webcam.1.direction
type = string
-default = front
+default = back
abstract = 2-nd emulated web camera direction
description = Direction of the 2-nd emulated web camera