Top "Camera" questions

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

How do I open the "front camera" on the Android platform?

More generally, if a device has more than one embedded camera, is there a way to initialize one of them …

android camera android-camera
Best way to access web camera in Java

I need to access web camera using Java. This is what I want to do Access web cam Now the …

image camera webcam java
How to measure height, width and distance of object using camera?

I referred lot many links but still I am not able to get any point from that I can start …

android camera android-camera
Using Camera in the Android emulator

I wish to simulate camera in the android emulator using the webcam. Basically I need to only take photos with …

android camera emulation simulation
How get permission for camera in android.(Specifically Marshmallow)

Hey I am designing an app in android studio. In which i require permission of camera. I have included <…

android camera
HTML5: camera access

I am quite new to HTML5. I try the following HTML5 code to access camera on my mobile phone. It …

html camera native
Ionic 2: Cordova is not available. Make sure to include cordova.js or run in a device/simulator (running in emulator)

I just set up my first ionic 2 app (I've used ionic 1 fairly extensively). I'm trying to use the ionic-native camera …

cordova ionic-framework camera ionic2
How to draw an overlay on a SurfaceView used by Camera on Android?

I have a simple program that draws the preview of the Camera into a SurfaceView. What I'm trying to do …

android camera surfaceview
Access camera from a browser

Is it possible to access the camera (built-in on Apples) from a browser? Optimal solution would be client-side javascript. Looking …

javascript camera
Camera with Custom View

My Application uses camera, I would like to add overlay over the camera preview. For example, I want to use …

ios objective-c camera uiimagepickercontroller custom-view