Top "Camera" questions

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

Capture Image from Camera and Display in Activity

I want to write a module where on a click of a button the camera opens and I can click …

android image camera capture
How to access a mobile's camera from a web app?

In my web app (not native app) for mobiles, I want to take a photo and upload it, but I …

html mobile camera
Why does an image captured using camera intent gets rotated on some devices on Android?

I'm capturing an image and setting it to image view. public void captureImage() { Intent intentCamera = new Intent("android.media.action.…

android image camera rotation android-camera-intent
Setting Camera Parameters in OpenCV/Python

I am using OpenCV (2.4) and Python (2.7.3) with a USB camera from Thorlabs (DC1545M). I am doing some image analysis …

python opencv camera python-2.7
Camera access through browser

We are creating an HTML5 website for mobile and need to get camera access through the web browser without being …

ios html camera
Taking pictures with camera on Android programmatically

I have created an app with a button and wrote onClickListener for that button. I have tried several sample code …

android image camera
Android ACTION_IMAGE_CAPTURE Intent

We are trying to use the native camera app to let the user take a new picture. It works just …

android android-intent camera return-value android-camera-intent
How to set Android camera orientation properly?

I want to set the camera orientation according to the device orientation in Android but nothing seems to be working. …

android camera orientation surfaceview
How to save picture to iPhone photo library?

What do I need to do to save an image my program has generated (possibly from the camera, possibly not) …

ios iphone cocoa-touch camera uiimage
NSCameraUsageDescription in iOS 10.0 runtime crash?

Using iOS 10.0 last beta. I had tried to use Camera to scan barcode in my app, and it crashed with …

ios camera plist barcode ios-permissions