From b8dcaffaf7dcb0c795d2776abf3bb75196f8527c Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Sat, 17 Sep 2011 11:15:47 -0700 Subject: Add -webcam commandline option to control webcam emulation -webcam name=[,dir=] options controls web cameras to use for emulation. Change-Id: I961fd399c7e041541adda040dd24f194cc383cb9 --- android/avd/hardware-properties.ini | 104 ++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) (limited to 'android/avd') diff --git a/android/avd/hardware-properties.ini b/android/avd/hardware-properties.ini index 6a904d6..fb53536 100644 --- a/android/avd/hardware-properties.ini +++ b/android/avd/hardware-properties.ini @@ -240,6 +240,110 @@ default = back abstract = Fake camera control description = Must be 'back', if fake camera is facing back, 'front', if fake camera is facing front, or 'off' if fake camera is disabled. +# Number of emulated web cameras +# +name = hw.webcam.count +type = integer +default = 6 +abstract = Number of emulated web cameras +description = Defines number of web cameras to emulate. 0 disables webcam emulation. + +# Defines name of the emulated webcam with index 0 +# +name = hw.webcam.0.name +type = string +default = webcam0 +abstract = Name of the 1-st emulated web camera +description = Emulator-generated platform-independent name identifying a camera in the list of enumerated web cameras. + +# Defines name of the emulated webcam with index 1 +# +name = hw.webcam.1.name +type = string +default = webcam1 +abstract = Name of the 2-nd emulated web camera +description = Emulator-generated platform-independent camera name. + +# Defines name of the emulated webcam with index 2 +# +name = hw.webcam.2.name +type = string +default = webcam2 +abstract = Name of the 3-rd emulated web camera +description = Emulator-generated platform-independent camera name. + +# Defines name of the emulated webcam with index 3 +# +name = hw.webcam.3.name +type = string +default = webcam3 +abstract = Name of the 4-th emulated web camera +description = Emulator-generated platform-independent camera name. + +# Defines name of the emulated webcam with index 4 +# +name = hw.webcam.4.name +type = string +default = webcam4 +abstract = Name of the 5-th emulated web camera +description = Emulator-generated platform-independent camera name. + +# Defines name of the emulated webcam with index 5 +# +name = hw.webcam.5.name +type = string +default = webcam5 +abstract = Name of the 6-th emulated web camera +description = Emulator-generated platform-independent camera name. + +# Defines direction of the emulated webcam with index 0 +# +name = hw.webcam.0.direction +type = string +default = front +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 +# +name = hw.webcam.1.direction +type = string +default = front +abstract = 2-nd emulated web camera direction +description = Direction of the 2-nd emulated web camera + +# Defines direction of the emulated webcam with index 2 +# +name = hw.webcam.2.direction +type = string +default = front +abstract = 3-rd emulated web camera direction +description = Direction of the 3-rd emulated web camera + +# Defines direction of the emulated webcam with index 3 +# +name = hw.webcam.3.direction +type = string +default = front +abstract = 4-th emulated web camera direction +description = Direction of the 4-th emulated web camera + +# Defines direction of the emulated webcam with index 4 +# +name = hw.webcam.4.direction +type = string +default = front +abstract = 5-th emulated web camera direction +description = Direction of the 5-th emulated web camera + +# Defines direction of the emulated webcam with index 5 +# +name = hw.webcam.5.direction +type = string +default = front +abstract = 6-th emulated web camera direction +description = Direction of the 6-th emulated web camera + # Maximum VM heap size # Higher values are required for high-dpi devices # Default will depend on RAM size. -- cgit v1.1