Top "Camera" questions

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

android.os.FileUriExposedException: file.jpg exposed beyond app through ClipData.Item.getUri()

I try to do a button that open the camera and take picture. my code is here //for imports check …

android image camera onclick media
Getting frames from Video Image in Android

I've implemented a simple application which shows the camera picture on the screen. What I like to do now is …

java android camera
Android Exception : java.io.IOException: open failed: EACCES (Permission denied)

For some strange reason, am constantly facing an issue with different types of Android devices, for saving the captured images …

android permissions camera ioexception
Access the camera with iOS

It seems obvious that some people have been able to figure out how to access the iPhone camera through the …

ios iphone camera
Android - Taking photos and saving them with a custom name to a custom destination via Intent

I have a program that opens the camera via Intent to take a photo. That much part works fine already. …

android camera android-sdcard android-camera-intent
Overlay images onto Camera preview SurfaceView

I have a SurfaceView that is being used to draw images, and I would like to overlay them onto a …

android graphics camera surfaceview
Custom camera android

I want to use camera preview in an activity. I want to add images(transparent frames on surface view). I …

android camera surfaceview android-camera
How to use web camera in android emulator to capture a live image?

As far as i know, Android emulator doesn't have a camera. To capture a live image we have to use …

android camera simulator
How do I connect to a USB webcam in .NET?

I want to connect to a USB Webcam in .NET, specifically using C#. Being new to .NET I don't know …

c# .net camera webcam image-capture
Where can I get the Android camera application source code?

I'm referring to the camera application that is already installed on my G1, not the camera API source code. How …

android camera