/development/tools/emulator/system/camera/ |
EmulatedCameraFactory.h | 26 * Contains declaration of a class EmulatedCameraFactory that manages cameras 31 /* Class EmulatedCameraFactoryManages cameras available for the emulation. 34 * it enumerates cameras available for the emulation by connecting to the 37 * cameras. In addition to the cameras reported by the emulator, a fake camera 52 * emulated cameras. All errors that occur on this constructor are reported 110 /* Gets number of emulated cameras. 127 /* Populates emulated cameras array with cameras that are available via 145 /* Array of cameras available for the emulation. * [all...] |
EmulatedCameraFactory.cpp | 18 * Contains implementation of a class EmulatedCameraFactory that manages cameras 47 /* Connect to the factory service in the emulator, and create Qemu cameras. */ 49 /* Connection has succeeded. Create emulated cameras for each camera 55 /* ID fake camera with the number of created 'qemud' cameras. */ 60 * cameras created. */ 89 LOGV("%d cameras are being emulated. Fake camera ID is %d", 211 * connected cameras found. */ 221 * Calculate number of connected cameras. Number of EOLs in the camera list 222 * is the number of the connected cameras. 244 * Iterate the list, creating, and initializin emulated qemu cameras for eac [all...] |
EmulatedCameraHal.cpp | 23 * managing emulated cameras.
|
QemuClient.h | 215 * 'camera factory' type of service that provides list of cameras 315 * list - Upon success contains a list of cameras connected to the host. The 345 /* List cameras connected to the host. */
|
/frameworks/base/media/java/android/mtp/ |
package.html | 3 <p>Provides APIs that let you interact directly with connected cameras and other devices, using the
|
/external/qemu/android/camera/ |
camera-service.h | 27 /* Lists available web cameras. */
|
camera-service.c | 48 /* Maximum number of supported emulated cameras. */ 449 * Stop the loop when all the connected cameras have been added to the 503 W("Camera name '%s' is not found in the list of connected cameras.\n" 511 * cameras. */ 523 W("Cameras '%s' and '%s' are both facing %s.\n" 524 "It is required by the camera application that first two emulated cameras\n" 677 /* No cameras connected to the host. Reply with "\n" */ 704 * 'list' - Queries list of cameras connected to the host. 720 /* List cameras connected to the host. */ 870 * list of enumerated cameras via the 'list' query to the camera service, an [all...] |
/external/jpeg/ |
rdjpgcom.1 | 45 Some digital cameras produce APP12 markers containing useful textual
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
CameraPreview.java | 68 // Find the total number of cameras available 118 // check for availability of multiple cameras 128 // OK, we have multiple cameras. 158 * to the surface. We need to center the SurfaceView because not all devices have cameras that
|
/external/libvpx/examples/ |
vp8cx_set_ref.txt | 8 This technique could be used to bounce between two cameras.
|
/hardware/ti/omap4xxx/camera/ |
CameraProperties.cpp | 122 // Returns the number of Cameras found
|
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/ |
OMXSceneModeTables.h | 20 * This holds scene mode settings for different omx cameras.
|
/external/qemu/android/avd/ |
hardware-properties.ini | 248 # Number of emulated web cameras 253 abstract = Number of emulated web cameras 254 description = Defines number of web cameras to emulate. 0 disables webcam emulation. 262 description = Emulator-generated platform-independent name identifying a camera in the list of enumerated web cameras. 313 # Note that first two cameras must face in opposite directions in order to enable
|
/frameworks/base/docs/html/guide/practices/ |
compatibility.jd | 128 software. Examples include compass and accelerometer sensors, cameras, and Live 151 declare these features. Consider an example involving cameras.</p> 156 cameras might still find it useful even if they can?t scan barcodes. While both 206 barcode scanners do not function as well with cameras that do not auto-focus. To
|
/frameworks/base/libs/camera/ |
ICameraService.cpp | 37 // get number of cameras available
|
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
CameraBrowser.java | 38 * A list view displaying all connected cameras.
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
MediaRecorderStressTestRunner.java | 31 // MediaRecorder stress test sets one of the cameras as the video source. As
|
/external/opencv/cvaux/src/ |
cv3dtracker.cpp | 81 int cameras_done = 0; // the number of cameras whose positions have been determined 270 // change the transformation of the cameras to put them in the world coordinate 418 // count how many cameras could see each object 433 // process each object that was seen by at least two cameras 440 // find an approximation of the objects location for each pair of cameras that
|
/frameworks/base/docs/html/sdk/ |
android-3.1-highlights.jd | 88 (keyboards, mice, game controllers) and digital cameras. Applications can build 211 can connect their cameras over USB and import their pictures to Gallery with a 305 hubs, cameras, and more.</p> 346 <h3 id="mtp">MTP API for integrating with external cameras</h3> 349 apps that interact directly with connected cameras and other PTP devices. The
|
/frameworks/base/docs/html/guide/topics/media/ |
camera.jd | 22 <li><a href="#access-camera">Accessing cameras</a></li> 50 <p>The Android framework includes support for various cameras and camera features available on 56 <p>Before enabling your application to use cameras on Android devices, you should consider a few 67 provide a new way to use cameras? For a getting a quick snap or clip, consider 87 <dd>This class is the primary API for controlling device cameras. This class is used to take 346 cameras and request access.</li> 392 <p>Android devices can have multiple cameras, for example a back-facing camera for photography and a 394 number of cameras available on a device using the {@link 397 <h3 id="access-camera">Accessing cameras</h3> 423 <p>On devices running Android 2.3 (API Level 9) or higher, you can access specific cameras usin [all...] |
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
CameraFragment.java | 59 // Find the total number of cameras available 167 * because not all devices have cameras that support preview sizes at the same
|
/external/opencv/cvaux/include/ |
cvaux.h | 534 int needSwapCameras;/* flag set to 1 if need to swap cameras for good reconstruction */ [all...] |
/external/opencv/ |
README.rdoc | 53 Using the emulator there are two slightly different 'flavors' of running. Both are socket based cameras, but one is written in C++ and emulates a real OpenCV Capture while the other (loosely) emulates a camera implementation in Java. The C++ version is the default as it is slightly faster and takes a little less memory. Also, the ultimate goal is to hook up with a real camera in C++ so that we don't have to pass huge amounts of data (images) back and forth through the JNI interface.
|
/frameworks/base/core/java/android/hardware/usb/ |
UsbConstants.java | 127 * USB class for still image devices (digital cameras).
|
/frameworks/base/docs/html/guide/topics/usb/ |
index.jd | 25 cameras, keyboards, mice, and game controllers. USB devices that are designed for a wide range of
|