HomeSort by relevance Sort by last modified time
    Searched full:camera (Results 101 - 125 of 983) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Camera/src/com/android/camera/
CameraDisabledException.java 17 package com.android.camera;
21 * the camera.
CameraPreference.java 17 package com.android.camera;
24 import com.android.camera.R;
27 * The base class of all Preferences used in Camera. The preferences can be
  /packages/apps/Gallery/src/com/android/camera/
PickWallpaper.java 17 package com.android.camera;
20 * Wallpaper picker for the camera application.
  /frameworks/base/docs/html/sdk/api_diff/5/
missingSinces.txt 100 NO DOC BLOCK: android.hardware.Camera Method cancelAutoFocus()
121 NO DOC BLOCK: android.hardware.Camera.Parameters Method getAntibanding()
122 NO DOC BLOCK: android.hardware.Camera.Parameters Method getColorEffect()
130 NO DOC BLOCK: android.hardware.Camera.Parameters Method getFlashMode()
131 NO DOC BLOCK: android.hardware.Camera.Parameters Method getFocusMode()
139 NO DOC BLOCK: android.hardware.Camera.Parameters Method getJpegQuality()
140 NO DOC BLOCK: android.hardware.Camera.Parameters Method getJpegThumbnailQuality()
141 NO DOC BLOCK: android.hardware.Camera.Parameters Method getJpegThumbnailSize()
155 NO DOC BLOCK: android.hardware.Camera.Parameters Method getSceneMode()
159 NO DOC BLOCK: android.hardware.Camera.Parameters Method getSupportedAntibanding(
    [all...]
  /frameworks/base/docs/html/training/camera/
photobasics.jd 17 <li><a href="#TaskManifest">Request Camera Permission</a></li>
18 <li><a href="#TaskCaptureIntent">Take a Photo with the Camera App</a></li>
27 <li><a href="{@docRoot}guide/topics/media/camera.html">Camera</a></li>
43 <p>This lesson explains how to capture photos using an existing camera
50 camera. Happily, most Android-powered devices already have at least one camera
55 <h2 id="TaskManifest">Request Camera Permission</h2>
58 its visibility on Google Play to devices that have a camera. To advertise
59 that your application depends on having a camera, put a <
    [all...]
  /development/libraries/stereocamera/
source.properties 3 Pkg.Desc=Stereo Camera libraries, revision 1
  /development/tools/emulator/system/camera/
EmulatedFakeCamera.cpp 19 * functionality of a fake camera.
52 /* Fake camera facing is defined by the qemu.sf.fake_camera boot property. */
58 LOGD("%s: Fake camera is facing %s", __FUNCTION__, facing);
69 * Parameters provided by the camera device.
EmulatedCamera.h 23 * Instances of this class (for each emulated camera) are created during the
25 * This class serves as an entry point for all camera API calls that defined
29 #include <camera/CameraParameters.h>
41 * disconnection from the actual camera device is handled by calls to connectDevice(),
49 * cameraId - Zero based camera identifier, which is an index of the camera
50 * instance in camera factory's array.
51 * module - Emulated camera HAL module descriptor.
63 /* Gets emulated camera device used by this instance of the emulated camera
    [all...]
  /frameworks/base/cmds/system_server/library/
Android.mk 10 $(base)/services/camera/libcameraservice \
  /frameworks/base/core/java/android/hardware/
package.html 3 <p>Provides support for hardware features, such as the camera and other sensors. Be aware that
  /packages/apps/Camera/
Android.mk 8 LOCAL_PACKAGE_NAME := Camera
  /packages/apps/Camera/res/layout/
other_setting_popup.xml 20 <com.android.camera.ui.OtherSettingsPopup xmlns:android="http://schemas.android.com/apk/res/android"
21 xmlns:camera="http://schemas.android.com/apk/res/com.android.camera"
47 </com.android.camera.ui.OtherSettingsPopup>
camera_control.xml 17 <com.android.camera.ui.ControlPanelLayout xmlns:android="http://schemas.android.com/apk/res/android"
25 <com.android.camera.ShutterButton android:id="@+id/shutter_button"
35 </com.android.camera.ui.ControlPanelLayout>
focus_indicator.xml 17 <com.android.camera.ui.RotateLayout xmlns:android="http://schemas.android.com/apk/res/android"
22 <com.android.camera.ui.FocusIndicatorView android:id="@+id/focus_indicator"
25 </com.android.camera.ui.RotateLayout>
  /external/opencv/
README.rdoc 13 For those of you running on the emulator, I built a very simple Socket-based Camera server that will send images over a socket connection. This uses the QuickTime libraries which are present by default on Mac OS X, but I haven't tested on other OSes. If it doesn't work for you, you can always try the original WebcamBroadcaster I derived mine from which uses the JMF (which doesn't work with Mac OS X, hence the QTWebcamBroadcaster):
14 http://www.tomgibara.com/android/camera-source
37 <b>NOTE:</b> If you plan to use the Socket Camera, you will need to build and run the [OPENCV_ANDROID_ROOT]/tests/QTWebcamBroadcaster first. Also, if you use Eclipse to develop Android, there are already projects defined for both of these applications. You can simply import them into your workspace.
51 In order to use the VideoEmulator, you have to use the emulator (hence the name.) If you have a Dev Phone, you can play around with the old 'OpenCVSample' test or modify the VideoEmulator to support a real camera. This is something we will work on resolving in the future.
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.
55 <b>NOTE:</b> For all of these examples you cannot use localhost or 127.0.0.1 as your address for the socket camera. The reason is because when the client is running on the Android emulator, both of these map to Android's localhost, not the machine you are running the emulator on. This means you have to be connected to a network in order to use the socket camera, a limitation.
61 * Start the WebcamBroadcaster - this is a socket server that grabs images from your camera and serves them up
63 * Once the application comes up, you will have to configure for your machine address and port for the socket camera to work
    [all...]
  /frameworks/base/include/media/stagefright/
CameraSourceTimeLapse.h 30 class Camera;
35 const sp<ICamera> &camera,
73 // Condition variable to wait on if camera is is not yet idle. Once the
74 // camera gets idle, this variable will be signalled.
77 // True if camera is in preview mode and ready for takePicture().
82 // True if stop() is waiting for camera to get idle, i.e. for the last
108 const sp<ICamera> &camera,
124 // For video camera case, just stops the camera's video recording.
131 // In the video camera case calls skipFrameAndModifyTimeStamp() to modif
    [all...]
  /packages/apps/Camera/res/layout-sw600dp/
preview_frame.xml 21 <com.android.camera.PreviewFrameLayout android:id="@+id/frame"
28 <com.android.camera.ui.FaceView android:id="@+id/face_view"
34 </com.android.camera.PreviewFrameLayout>
  /packages/apps/Camera/src/com/android/camera/ui/
AbstractSettingPopup.java 17 package com.android.camera.ui;
25 import com.android.camera.R;
27 // A popup window that shows one or more camera settings.
InLineSettingRestore.java 17 package com.android.camera.ui;
19 import com.android.camera.R;
20 import com.android.camera.ListPreference;
  /packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/
WalkAroundWallpaper.java 21 import android.hardware.Camera;
34 private Camera mCamera;
59 final Camera.Parameters params = mCamera.getParameters();
71 mCamera = Camera.open();
79 Log.e(LOG_TAG, "Error opening the camera", e);
131 Log.e(LOG_TAG, "Error opening the camera", e);
148 Log.e(LOG_TAG, "Error opening the camera", e);
166 final Camera.Parameters params = mCamera.getParameters();
169 final List<Camera.Size> sizes = params.getSupportedPreviewSizes();
173 for (Camera.Size size : sizes)
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.hardware.Camera.html 10 android.hardware.Camera
74 Class android.hardware.<A HREF="../../../../reference/android/hardware/Camera.html" target="_top"><font size="+2"><code>Camera</code></font></A>
86 <A NAME="android.hardware.Camera.addCallbackBuffer_added(byte[])"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/hardware/Camera.html#addCallbackBuffer(byte[])" target="_top"><code>addCallbackBuffer</code></A>(<code>byte[]</code>)</nobr>
93 <A NAME="android.hardware.Camera.reconnect_added()"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/hardware/Camera.html#reconnect()" target="_top"><code>reconnect</code></A>()</nobr>
100 <A NAME="android.hardware.Camera.setDisplayOrientation_added(int)"></A>
101 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/hardware/Camera.html#setDisplayOrientation(int)" target="_top"><code>setDisplayOrientation</code></A>(<code>int</code>)</nobr>
107 <A NAME="android.hardware.Camera.setPreviewCallbackWithBuffer_added(android.hardware.Camera.PreviewCallback)"></A
    [all...]
  /external/qemu/android/camera/
camera-capture-mac.m 18 * Contains code that is used to capture video frames from a camera device
19 * on Mac. This code uses QTKit API to work with camera devices, and requires
26 #include "android/camera/camera-capture.h"
27 #include "android/camera/camera-format-converters.h"
31 #define D(...) VERBOSE_PRINT(camera,__VA_ARGS__)
75 /* Encapsulates a camera device on MacOS */
79 /* Camera capture device. */
110 /* Captures a frame from the camera device
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 22 import android.hardware.Camera;
23 import android.hardware.Camera.Area;
24 import android.hardware.Camera.CameraInfo;
25 import android.hardware.Camera.ErrorCallback;
26 import android.hardware.Camera.Face;
27 import android.hardware.Camera.FaceDetectionListener;
28 import android.hardware.Camera.Parameters;
29 import android.hardware.Camera.PictureCallback;
30 import android.hardware.Camera.ShutterCallback;
31 import android.hardware.Camera.Size
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
android.hardware.Camera.html 10 android.hardware.Camera
74 Class android.hardware.<A HREF="../../../../reference/android/hardware/Camera.html" target="_top"><font size="+2"><code>Camera</code></font></A>
86 <A NAME="android.hardware.Camera.setFaceDetectionListener_added(android.hardware.Camera.FaceDetectionListener)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/hardware/Camera.html#setFaceDetectionListener(android.hardware.Camera.FaceDetectionListener)" target="_top"><code>setFaceDetectionListener</code></A>(<code>FaceDetectionListener</code>)</nobr>
93 <A NAME="android.hardware.Camera.startFaceDetection_added()"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/hardware/Camera.html#startFaceDetection()" target="_top"><code>startFaceDetection</code></A>()</nobr>
100 <A NAME="android.hardware.Camera.stopFaceDetection_added()"></A
    [all...]
pkg_android.hardware.html 84 <A NAME="Camera.Area"></A>
85 <nobr><A HREF="../../../../reference/android/hardware/Camera.Area.html" target="_top"><code>Camera.Area</code></A></nobr>
91 <A NAME="Camera.Face"></A>
92 <nobr><A HREF="../../../../reference/android/hardware/Camera.Face.html" target="_top"><code>Camera.Face</code></A></nobr>
98 <A NAME="Camera.FaceDetectionListener"></A>
99 <nobr><A HREF="../../../../reference/android/hardware/Camera.FaceDetectionListener.html" target="_top"><code><I>Camera.FaceDetectionListener</I></code></A></nobr>
113 <A NAME="Camera"></A
    [all...]

Completed in 1390 milliseconds

1 2 3 45 6 7 8 91011>>