Questions tagged [image-capture]

374 questions
0
votes
0 answers

Capturing images with webcam in c#

I need some help for one part of my project. I need webcam to capture 3 images in 2-seconds intervals triggered by motion detector. Here is my code. The problem is I have three times the same image (the first one). using System; using…
0
votes
1 answer

Automatically select video source from dialog? VB.net

I've been playing with a generic usb camera to take snapshots every few seconds. With the help of this SO question, I was able to get the camera working; however, when you click the button to connect to the camera, a dialog box appears. The…
Chad
  • 1,531
  • 3
  • 20
  • 46
0
votes
2 answers

cordova: upload image not working after taking picture

Iam working on a iOS App developed with Apache Cordova aka Phonegap. I'd like to upload photos in two steps: 1. Capture the photo and show the photo in small size 2. Upload the photo I need one button for taking the picture and one button to…
fcb1900
  • 339
  • 4
  • 21
0
votes
1 answer

what is the best strategy to capture training images from a smartphone for buildings recognition

I'm wondering what is the best mechanism to take images from the smartphone camera in order to match theses images with my data-set ,in addition I'm planing to use SURF algorithm for features extraction & descriptor .when i should take the training…
0
votes
0 answers

Facing "fatal error" while saving picture taken in 2nd photo taking; 1st photo taking and picture saving work well

I try to write an apps to take photo, save the photo at my desire directory with my desired name, bitmap the photo then place at the ImageReview. I can work well in first photo taking, photo saving, photo bitmap and placing image at Image Review.…
0
votes
2 answers

Capture Image From Camera set to ImageView

How to upload or add an Image to UIImageView directly from iPhone/Ipad Captured camera Image. I have uploaded an image to UIImageView from photo library. Now, I want upload an image directly after taken an image through camera to…
KkMIW
  • 1,092
  • 1
  • 17
  • 27
0
votes
2 answers

Is there a system Task that can take a photo in the WinRT API?

I have used the photo chooser task in my C# Window Store apps (WinRT) before. On Windows Phone there is a complementary task that you can launch that lets the user take a photo, and it returns a reference to the image data for your consumption. I…
Robert Oschler
  • 14,153
  • 18
  • 94
  • 227
0
votes
1 answer

portrait mode image saved as landscape mode by requestCameraImage

I am using Metaio SDK 5.3 (for Android) for Instant Tracking. My aim - I want to capture an image on device A and want use the same image for tracking on device B. My approach - I have extended InstantTracking tutorial to capture an image and save…
jainam
  • 363
  • 1
  • 6
  • 16
0
votes
1 answer

vb.net code to capture screen shot of word document first page

Hi Below is the steps through which one can capture word document first page image in PNG format. If user need to capture image in any other format. Then just replace the image extension with your needed output image extension in below code. If this…
Milan Sheth
  • 884
  • 12
  • 11
0
votes
2 answers

How to create an image from data received from scanner

I receive data (NSData) from the scanner that looks something like this when logged with NSLog: 2014-04-07 10:42:07.309 Pantelegraph[488:303] < 4c9d8f4d 9f9849a2 9a4fa79f 46a8984d a9a346aa 9f53aea0 50ad884d aa9354b4 9251b291 54b18f54 b28e47b3…
levidhuyvetter
  • 401
  • 5
  • 16
0
votes
1 answer

Photo taken from my app, saved in the right folder but can't see in the gallery

My photo is saved when i take it but i can't see it in the gallery! I see it with a file manager in the right folder but not in the gallery. Intent intent = new Intent(); // Picture from camera …
Atlas91
  • 5,754
  • 17
  • 69
  • 141
0
votes
1 answer

App crash in image capturing

I am capturing images in application and my app getting Received memory warning and app getting crash Below is code am using ... please help. this application is like pick images from gallery and add animation to them . while animation is…
user3197071
  • 41
  • 1
  • 5
0
votes
1 answer

image capturing using EmguCv

I'm developing a program which will capture images four times and save it into a folder what I did was to put my codes inside a for loop but my problem is it only saves the first captured image four times instead of capturing four times private void…
newbie07
  • 83
  • 3
  • 16
0
votes
1 answer

How to catch an image capture event on Android?

I am trying to find a way to listen to a built-in Camera application Capture event. I want my application to be triggered each time a picture is taken. Is it possible? I read here that it is impossible... If it is impossible then, maybe, there is…
Michael Kessler
  • 14,245
  • 13
  • 50
  • 64
0
votes
1 answer

Capture Image using Jquery without Flash Object

I was working on capturing image using jquery in ASP.NET MVC3, I found some articles related to it and used scriptcam.js which uses flash object for creating window to capture image. I want to make the exact same application but without having…
Nitin Varpe
  • 10,450
  • 6
  • 36
  • 60