Top "Image-capture" questions

How to capture image from custom CameraView in Android?

i need to capture image from required portion of the screen. capture image from camera. at that time other screen …

android android-camera surfaceview image-capture camera-view
when take photo get - java.lang.Throwable: file:// Uri exposed through ClipData.Item.getUri()

The Exception is: file:// Uri exposed through ClipData.Item.getUri() java.lang.Throwable: file:// Uri exposed through ClipData.Item.getUri() …

android camera uri mediastore image-capture
Capture screenshot of a webpage and get Image (ASP.NET)

I'm doing complex html operations on images (drag & drop) and when I'm done, I need to take the screenshot …

asp.net image-capture
java.lang.OutOfMemoryError in android while getting image from gallery in android

I am picking a picture from gallery using code public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.…

android android-intent bitmap out-of-memory image-capture
Why does AVCaptureVideoOrientation landscape modes result in upside down still images?

I am using AVFoundation classes to implement a custom camera in my app. I am only capturing still images, not …

iphone ios avcapturesession image-capture avcapturedevice
Get webcam image?

How do I verify if there is a webcam available and if so get a screenshot of what it can …

c# webcam detect image-capture
How can I capture an image in Android and have it show up in the gallery?

I was capturing images before that were showing up in the gallery, but now they are not and I can't …

android image-capture
Insight on Multiple Webcam Capture with python and OpenCV vs VideoCapture

I'm experimenting with trying to capture an image from multiple webcams simultaneously (or near-simultaneously). I've been playing with OpenCV and …

python opencv camera video-capture image-capture
How can I programmatically create a screen shot of a given Web site?

I want to be able to create a screen shot of a given Web site, but the Web site may …

screenshot image-capture
How to capture a photo from the camera without intent

I want my app to be able to capture photos without using another application. The code i used : Intent intent = …

android android-intent camera image-capture