Top "Camera" questions

In the real world, a camera is a device that takes physical or digital photos.

Android - Camera preview is sideways

I am using a Preview to display what the camera see's on the screen. I can get everything working fine, …

android camera orientation preview portrait
Android Camera Intent: how to get full sized photo?

I am using intent to launch camera: Intent cameraIntent = new Intent( android.provider.MediaStore.ACTION_IMAGE_CAPTURE); getParent().startActivityForResult(cameraIntent, …

android bitmap camera
Is it possible to measure distance to object with camera?

Is it possible to measure distance to object with phone camera? I mean, in my application I start the camera, …

android camera distance
How to fix "Fail to connect to camera service" exception in Android emulator

I'm getting a Fail to connect to camera service exception when I run my Android app in the emulator. I've …

android camera android-emulator emulation intellij-13
How can I save an image to the camera roll?

I am new to Xcode (using 4.3) and am not sure how to save an image to the device's camera roll. …

iphone ios objective-c ipad camera
How to use Android's camera or camera2 API to support old and new API versions without deprecation notes?

The new camera2 API confuses me. I want to develop an app (for Android APIs 10 - 21) which uses the device's …

android api camera android-camera android-camera2
Detect permission of camera in iOS

I am developing a very simple video app. I use the official control: UIImagePickerController. Here is the problem. When presenting …

ios permissions camera uiimagepickercontroller ios-permissions
Use USB Camera on Android application

I need to display a video transmitted by an USB Camera connected to my tablet on Android 3.2. How can I …

android camera usb
AVFoundation, how to turn off the shutter sound when captureStillImageAsynchronouslyFromConnection?

I am trying to capture an image during a live preview from the camera, by AVFoundation captureStillImageAsynchronouslyFromConnection. So far the …

ios iphone cocoa-touch camera avfoundation
How to set camera FPS in OpenCV? CV_CAP_PROP_FPS is a fake

How to set Camera FPS? May be cvSetCaptureProperty(cameraCapture, CV_CAP_PROP_FPS, 30); ? But it's return HIGHGUI ERROR: V4L2: …

opencv camera frame-rate