Tagged Questions
The image-capture tag has no wiki summary.
18
votes
6answers
16k views
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 what kind of support there is in the standard libraries for doing so. I found one example on the web ...
15
votes
5answers
10k views
What is the best method to capture images from a live video device for use by a Java-based application?
I am looking into an image processing problem for semi-real time detection of certain scenarios. My goal is to have the live video arrive as Motion JPEG frames in my Java code somehow.
I am ...
9
votes
6answers
3k views
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 be larger than can be viewed on the screen. Is there a way I can do this?
Goal is to do this with .NET in C# in a ...
5
votes
2answers
4k views
How to capture UIView to UIImage without loss of quality on retina display
My code works fine for normal devices but creates blurry images on retina devices.
Does anybody know a solution for my issue?
+ (UIImage *) imageWithView:(UIView *)view
{
...
5
votes
5answers
1k views
Create images of the page when url supplied programatically (Ruby, PHP)
I am wondering if there is any good way to create image of page when I have url. If people submit url's, I would like to be able to create an image of that page and store that somewhere.
I am not ...
5
votes
2answers
4k views
Image Capture in C#
I'm working on a home project that involves comparing images to a database of images (using a quadrant - or so - histogram approach). I wanted to know what my options are in regards to web cams or ...
5
votes
6answers
8k views
how do i take picture from a digital camera attached to my computer throught USB cable using vb.net or asp.net or C#?
I am writing picture editing windows forms application using vb.net/c#. i have a client requirement to capture the photo from digital still camera attached to computer.
how can i capture a photo ...
4
votes
1answer
114 views
How to get a image of a panel with a combobox
I need to capture an image of panel.
The problem I am running into is that if the Panel contains a TCombobox the Text does not appear.
procedure AssignPanelImageToPicture(Panel : TPanel;Image : ...
4
votes
1answer
275 views
fastest method to capture game screen shots in c#?(more than20 images per second)
How can i make screenshoots to the entire game screen very fast? Somthing like 20-30 per second?(i want to convert them to video)
[[1]]
I've tried WMEncoder.Results were that WMEncoder can capture ...
4
votes
4answers
412 views
How can I optimize my screencasting utility?
I'm developing a screencasting utility in C++.
It basically captures desktop frames and creates an AVI file. The algorithm is as follows:
Create a thread: ...
4
votes
2answers
1k views
converting webpage into jpeg image using java
I am building a web application, in Java, where i want the whole screenshot of the webpage, if i give the URL of the webpage as input.
The basic idea i have is to capture the display buffer of the ...
4
votes
5answers
683 views
API for getting screen region changes?
I am writing a sort of screen-recording app for Windows and wish to know when and which regions of the screen/active window have changed.
Is there a Windows API I can hook to get notified of screen ...
3
votes
3answers
80 views
Command prompt hide/remove while taking screen shot
I have the following code to create the screenshot, but the only issue I am facing that it opens the command prompt and make user to close it, can I hide/remove this command prompt?
private const int ...
3
votes
1answer
309 views
Images taken with ACTION_IMAGE_CAPTURE always returns 1 for ExifInterface.TAG_ORIENTATION on some newer devices
I had the orientation issue when working with ACTION_IMAGE_CAPTURE activity. I have used the TAG_ORIENTATION so that I would rotate the picture accordingly. But now we found that on some newer devices ...
3
votes
2answers
229 views
Recommendations for a Python library that can capture still images from a Flash/HTML5 video?
Part of a web application I am developing requires the ability to capture still images from a Flash or HTML5 video playing with in a browser.
Is there a Python library out there that could help me ...
2
votes
1answer
138 views
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 of the page and get the taken image save it on server (virtual dir).
So what I need is
...
2
votes
1answer
131 views
Capture without overlap
I have a .NET control which outputs a video via unmanaged code.
I'd like to capture the control client area (a video frame).
The method Control.DrawToBitmap does not work, it outputs the control ...
2
votes
1answer
366 views
python video capture loop
I've written a simple script to continuously capture snapshots from my webcam. My only issue is the videocapture module doesn't always grab an image which in turn crashes the program. I think I could ...
2
votes
2answers
722 views
Capture images from a webcam in delphi
I am looking for a way to capture images from my webcam using directshow, preferably I want to use HD resolutions if possible, and avoid CPU spikes at 60-100%.
can someone shoot me in the right ...
2
votes
2answers
315 views
What is the state of TWAIN on the Macintosh today?
I'm currently working on a project where we want to interface with TWAIN scanners on both the PC (Windows) and the Macintosh.
On Windows, we basically have everything squared away and the code works ...
2
votes
2answers
683 views
Headless HTML rendering to image on CentOS 5.4
I have a project requirement to render HTML and capture the rendered image as a file on a headless CentOS 5.4 server. My specific requirements are:
1) Input will be a URL to the page to render (or ...
2
votes
1answer
1k views
C#: capture screen from Windows service
i have to capture screenshot of Desktop after every one second. in Winform application it is running fine. but after moving the code to Windows Service it is not capturing the screenshot. Any idea why ...
2
votes
2answers
315 views
SDK for writing DVD's
I need to add DVD writing functionality to an application I'm working on. However it needs to be able to write out files that are being grabbed "live" from a camera, over a long period of time. I ...
1
vote
1answer
77 views
Out of memory exception in wp7
I want to make an application which captures images using the camera and stores it in the isolated storage of the phone.How ever, i am able to store 7 images in each run(i.e. each time the emulator is ...
1
vote
0answers
58 views
UIImagePickerController takePicture is not calling any delegate method
I am creating a sample app which allow use to capture image and record video with custom buttons.
I created an instance of UIImagePicker controller and assign delegate and all is done but takePicture, ...
1
vote
0answers
146 views
Android, debugging MediaStore.ACTION_IMAGE_CAPTURE Intent
I am trying to take a picture with MediaStore.ACTION_IMAGE_CAPTURE intent in the following way:
String fileName = "testphoto.jpg";
ContentValues values = new ContentValues();
...
1
vote
2answers
268 views
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 video. I have everything working but am stumped by something. I take into account the ...
1
vote
3answers
786 views
Capture high-resolution image snapshots from webcam, in Java
Anyone knows a Java library which can be used for the purpose of capturing high-resolution image snapshots from a webcam?
More precisely:
- Detect the available webcams (laptops may have a built-in ...
1
vote
2answers
186 views
How to capture **Video and Photo** at same time in an activity
I want to take video and photo at same time.
I have two buttons.
1.when user click on one it have to take video and
2.another button then it have to stop recording video and take photo.
Now i am ...
1
vote
1answer
317 views
Choosing between camera and gallery for image selection
I am trying to allow a user to select an image, either from the gallery or by taking a picture with the camera. I tried this:
Intent imageIntent = new Intent(Intent.ACTION_GET_CONTENT);
...
1
vote
0answers
381 views
AVCamDemo: completionHandler code not hit
I am streamlining the AVCamDemo project so that I can experiment with capturing only still images.
Below is the new code for captureStillImage() method:
- (void) captureStillImage
{
...
1
vote
2answers
1k views
How do you capture a camera image from a website in the .Net world?
I have an online booking management system that requires images to be captured of the people being booked into the system. I currently have support for uploading the images manually to the website ...
1
vote
1answer
321 views
How to capture panel content in flex 4 - Actionscript
I am creating a application in which Live video streaming in publishing in mx:video object.
I want to capture. If any one can help me out it will great for me.
else anyhow I can capture the panel ...
1
vote
2answers
262 views
Embedded image capture - need help getting started
I'm working on an embedded home surveillance system. I want to interface a couple of serial-enabled JPEG capture cameras, maybe a couple of door sensors, etc. Problem is, I can't for the life of me ...
1
vote
1answer
195 views
what method do you use to capture image with camera in your application?
I am using C# to develop, I want to use a camera to capture a image in my application.
As far as I know, there are two choices:
WebCam with
[DllImport("avicap32.dll", ...
1
vote
2answers
634 views
fast iphone screen capture
We're using UIGetScreenImage to capture 3-6 images per second and saves them to disk. However, we are looking for a way to capture images at a faster rate. We've noticed some implementations that ...
1
vote
1answer
2k views
Image capture (photograph) in Directshow on Windows Mobile is too slow- suggestions?
I'm using Directshow to capture images on a winmo device. I've based my native code on the "CameraCapture" example found in the Windows Mobile 6 sdk, with a few minor tweaks (simplified the graph, ...
1
vote
2answers
797 views
Linux: launch window, capture screen
I need to write a Red Hat Linux command line tool that launches a window and captures its appearance to disk as a JPEG.
Typically the target machines don't have graphics cards, but we can install any ...
1
vote
1answer
99 views
URL-&coordinate based screen capturing tool
I'm searching for a screen capturing tool which captures areas of an website/web-application based on the url. The very best for me would be an firefox/ie addon with an API accessible via javascript.
...
1
vote
3answers
290 views
Most efficient way to move an image from a C program to Java and shown on the screen?
Background
I am capturing video using the video4linux 2 spec. It is captured using a C program in real-time. I also have a Java frontend that can run both locally and remotely. The remote side was ...
1
vote
8answers
5k views
Video capture on Linux? [closed]
We need to capture live video and display easily on Linux. We need a cheap card or USB device with a simple API. Anyone want to share some experience?
0
votes
1answer
56 views
Phonegap - Capture image to Photo Library and display in HTML
I have been using the following code to grab a photo and display it in html works great.
function takePicture() {
navigator.camera.getPicture(
function(uri) {
var img = ...
0
votes
0answers
31 views
iOS AVFoundation image capture too slow
I am creating session and AVCaptureStillImageOutput this way:
__imageCaptureSession = [[AVCaptureSession alloc] init];
__imageCaptureSession.sessionPreset = AVCaptureSessionPresetPhoto;
...
0
votes
2answers
38 views
How to take a photo using ICCameraDevice?
I am trying to get a Mac app working with a Canon Mark II 5D.
Basically I want to be able to click a button and snap a photo, retrieve the photo, and display it. There is a lot more I am doing, ...
0
votes
0answers
15 views
How to delete image file after rendering
In reference to the question:
Command prompt hide/remove while taking screen shot
It create two images for me, in this case:
MyImage.jpg
TMP_SHOT1.png
How can I delete these files when I am done ...
0
votes
3answers
42 views
how to control/save images took with android camera programmatically?
i've been trying to create a camera-related app. i know that i could create it programmatically from top, but i would prefer using the one that the phone supports.
what i mean is, rather then ...
0
votes
1answer
34 views
How to capture a Direct3D/WPF/DWM window into a bitmap?
The normal way to capture an image of a window is to call:
HDC SharedWndDC = GetWindowDC(SharedWnd);
BitBlt(BitmapDC, 0, 0, width, height, SharedWndDC, 0, 0, SRCCOPY /* |CAPTUREBLT */);
...
0
votes
2answers
41 views
Full webpage screenshot from an unpublished site
I want to take a full screen shot of a webpage within the browser. The webpage is not published and is opened from my desktop. Is there any tool or way to do this?
Edit: I need to take a full screen ...
0
votes
0answers
30 views
Cannot capture images in Python-win32gui
I am using python to take screenshots of active menus. For this, I am using win32gui for setting the currently raised menu as the foreground window.
win32gui.SetForegroundWindow(self.GetHandle())
...
0
votes
1answer
69 views
Low-resource, targetted and full-screen captures, why C#? [closed]
I would like to be able to capture screenshots with C++ 'using a lot of compression', and/or more importantly 'uses very few system resources when capturing'. I have been looking for concise, ...