Questions tagged [image-capture]
374 questions
1
vote
1 answer
Android Camera Keeps Moving After I Take A Pict
Ok, so I have looked around a lot for this but I can't seem to find anyone else that's had this problem.
I am making a simple application just to test out working with the camera. Everything works up until I actually press the button to capture the…

OnePphire
- 23
- 1
- 1
- 4
1
vote
1 answer
iOS Screen Capture is blurry
I am having trouble getting a screen shot that is not blurry - first I tried this:
Screen capture for iOS
and it was not blurry but I think Apple will not let this code through - won't make the review?
so I went with the official solution in the…

MplsRich
- 137
- 1
- 13
1
vote
1 answer
Screen Capture program in VB.NET
I had created an application that captures the screenshot of desktop screen. It works very well with button I have used in form. But now I want to make that thing works automatically using timers but whenever I try to run program…

Vighanesh Gursale
- 921
- 5
- 15
- 31
1
vote
3 answers
Run Bash from Java Program to Capture Webcam Image on Raspberry Pi
On my Raspberry Pi, I can successfully capture and save images from my Logitech Pro 9000 USB webcam from LXTerminal with the following bash line:
fswebcam -d /dev/video0 /home/pi/image.jpg
I want to write a java program that runs the bash line…

Aí Phi Nguyễn
- 11
- 2
1
vote
1 answer
Get/set video resolution when capturing image
I'm capturing images from my webcam with some code that mainly bases on this: Using the Sample Grabber.
Here I only get the default resolution of 640x480 while the connected camera is able to show more (other capture applications show a bigger…

Elmi
- 5,899
- 15
- 72
- 143
1
vote
1 answer
Capture images in native resolution from Webcam
when asking Google I get a lot of information and - and that's my problem - many different ways of capturing images from an Webcam using Windows. It seems the programming interface that gives this possibility has changed very often.
So my question:…

Elmi
- 5,899
- 15
- 72
- 143
1
vote
2 answers
Take image from camera and redirect to particular page
I got a problem regarding my app, I have created the camera functionality, but I need that after taking the image, the page should redirect to another activity with having that image.
I have used the following code for camera…
user2134412
1
vote
3 answers
How to pass the captured image to a different activity to set to the image view in android
I have two Activities first activity has the dynamic image view and on click i am calling the second activity where camera in invoked to capture a image, now i am able to invoke camera and capture a image but how would i pass that image to the…

cavallo
- 4,414
- 9
- 39
- 61
1
vote
1 answer
Is it possible to count no of human faces in web cam `capture` from server side?
i am new to ASP.Net
I want to implement project which is need to every random time web cam captures images from the client side.
And I want to send those capture images to Server, There i want to count no of human faces found in that…

Radix
- 121
- 1
- 10
1
vote
1 answer
using XML in Corona to link captured images with recorded audio
I am working on a camera&recorder project in Corona which executes as follows:
Upon touch, the camera takes picture, and audio starts recording. Upon next touch:
the previous picture is saved as "image1.jpg"
recording stops and audio file saved as…

Ali Ayyaz
- 11
- 1
- 3
1
vote
0 answers
Android: how to access camera capture when application running at background
I have been searching for this to implement to my application.As i understand that i can use broadcast receiver for listen camera capture.But i need more specific information about captured image or video.Also broadcast receiver cod which i found at…

COvayurt
- 827
- 2
- 11
- 36
1
vote
0 answers
cvCaptureFromCAM() / cvQueryFrame(): get native resolution of connected camera?
I'm using the two OpenCV functions mentioned above to retrieve frames from my webcam. No additional properties are set, just running with default parameters.
Here cvQueryFrame() always returns frames in size 640x480, independent from the native…

Elmi
- 5,899
- 15
- 72
- 143
1
vote
2 answers
android loading image from sd card into imageview creats out of memory error in Samsung SIII
in my app i have an option to show the images in sd card, from that the user can select one image and it will be loaded in the the image view of my next activity.
I have tested the app in two of my devices such as Samsung Ace and Samsung Galaxy…

Siva K
- 4,968
- 14
- 82
- 161
1
vote
0 answers
Camera frozen after capture, OnpictureTaken method never called
I am working on an application which uses the camera to capture images. I am using callback methods for capture. It's working normally in all devices except "Huawei MediaPad 7inch",which has android 4.0.3. When i am launching my camera, after…

Arjun
- 11
- 1
1
vote
0 answers
Google Chrome Extension Post Content of Selected Image
I am working on a Chrome Extension it would post image content as bytes to my service (which is a C# web handler) and save it as a jpeg.
For example I am right clicking on StackOverflow logo and clicking on send this image to service button on the…

Teoman shipahi
- 47,454
- 15
- 134
- 158