diff options
author | Vladimir Chtchetkine <vchtchetkine@google.com> | 2011-08-18 09:42:40 -0700 |
---|---|---|
committer | Vladimir Chtchetkine <vchtchetkine@google.com> | 2011-08-18 09:42:40 -0700 |
commit | 4ed09fd35085c96ae8edbda87757187f75eeac8d (patch) | |
tree | a4dee9e44deda454b6d2187a0fb408271b3c565c /android/utils | |
parent | d4d22aef7ff40a47002ee1d53fbbbd7562f05596 (diff) | |
download | external_qemu-4ed09fd35085c96ae8edbda87757187f75eeac8d.zip external_qemu-4ed09fd35085c96ae8edbda87757187f75eeac8d.tar.gz external_qemu-4ed09fd35085c96ae8edbda87757187f75eeac8d.tar.bz2 |
Video capturing code for Linux, and Windows
Contains API that connects to a camera device, and pulls video frames from it
on request from the client.
Change-Id: If1d80c57611afff637a7734ce5c3a2c874cfc85a
Diffstat (limited to 'android/utils')
-rw-r--r-- | android/utils/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/utils/debug.h b/android/utils/debug.h index 06b9baf..76b21be 100644 --- a/android/utils/debug.h +++ b/android/utils/debug.h @@ -35,6 +35,7 @@ _VERBOSE_TAG(avd_config, "android virtual device configuration") \ _VERBOSE_TAG(sensors, "emulated sensors") \ _VERBOSE_TAG(memcheck, "memory checker") \ + _VERBOSE_TAG(camera, "camera") \ #define _VERBOSE_TAG(x,y) VERBOSE_##x, typedef enum { |