Tagged Questions

Windows Image Acquisition (WIA) is the still image acquisition platform in the Windows family of operating systems starting with Windows Millennium Edition (Windows Me) and Windows XP.

learn more… | top users | synonyms

14
votes
6answers
20k views

Using C#/WIA version 2.0 on Vista to Scan

I want to implement a paperless filing system and was looking to use WIA with C# for the image acquisition. There are quite a few sample projects on CodeProject, etc. However, after downloading every ...
7
votes
1answer
595 views

“Preferred” method to access webcam from C# in Windows Vista / 7

I've found plenty of posts discussing WIA, Windows Portable Devices API and DirectShow (and giving example code) for accessing a webcam from C# but when you research each method you seem to come ...
7
votes
5answers
1k views

Testing WIA without having a scanner/camera device

I wrote a simple scanning code using WIA. I don't have a scanner device so I can't test it. Can I simulate a WIA device to testing it ?
5
votes
1answer
474 views

Writing a virtual webcam?

I need to create a virtual webcam that poses as a webcam, but takes as input a set of images that it plays. I have seen solutions like ManyCam, and Fake Webcam, but they all seem to one limitation or ...
5
votes
3answers
322 views

Is there a SOLID .NET WIA component?

I know that you can use WIA from .net ecosystem without (too) much hassle, but I've found using WIA this way, well, at least erratic. I've seen my code behave perfectly to not working at all to some ...
5
votes
2answers
1k views

Which is the best .NET image capture API for me to use?

I have been tasked with integrating image acquisition into a .NET application and I have been looking for an API to use for performing this function. I have come across several "standard" APIs, some ...
4
votes
1answer
2k views

Using a scanner without dialogs in C#

I'm building a .Net 4.0 application for remote control of a scanner device. I have tried both TWAIN and WIA libraries, but I have the same problem. Scanning images without scanner selection and ...
4
votes
2answers
611 views

Better .NET SDK support - Canon or Nikon?

Need to do a remote image capture from a "prosumer" camera into a C#/.NET app (for capturing pics at a higher resolution and more control than a webcam). Any advantage for Canon vs. Nikon remote ...
4
votes
2answers
2k views

WIA Automation for scanner color intent is not working

I cannot get my Canon Pixma MP150 to scan a color scan from c# code. The following code is resulting in a black and white image, or if I change the value of 6146 to 2 then a grayscale image is ...
3
votes
2answers
1k views

Take a picture from Integrated Laptop Camera using C#

I am trying to write one portion of my huge C# program that allows me to capture one picture from the integrate camera in the laptop. I have already done my research and i notice that there are 2 ways ...
3
votes
1answer
3k views

Take a picture automatically using a webcam in C# using WIA

I'm using WIALib to access my webcam. The code I'm developing is pretty simple: when a button is pressed a webcam picture is taken, and then displayed in a picture box. I can already take pictures ...
3
votes
1answer
5k views

Class cannot be embedded. Use the applicable interface instead

I'm using WIA to capture an image fron the scanner to the windows form. Here is the code I'm using: private void button2_Click(object sender, EventArgs e) { const string wiaFormatJPEG = ...
3
votes
1answer
2k views

Set page size using WIA (with scanner)

I'm using WIA to acquire images from a scanner with C#. I can scan the papers, but I can't set up the page size correctly, it always defaults to A4 and I need to use Letter or Legal sometimes. I ...
3
votes
1answer
4k views

Safari problems accessing Windows Integrated Authentication (aka NTLM) protected web site

Our web application uses Windows Integrated Authentication (aka NTLM Auth) for security. It's working fine for both IE and Firefox users, but Safari users are seeing intermittent problems. Browsing ...
3
votes
3answers
4k views

How to develop using WIA 1 under Vista?

I'm using VS2008 SP1 under Vista SP1. My .Net-program uses a COM reference to WIA (Microsoft Windows Image Acquisition Library v2.0). I'm using CommonDialogClass.ShowAcquireImage to scan a document ...
3
votes
3answers
1k views

In WIA, How can I add my program in the program list of acquiring images from a digital camera?

When I connect my digital camera with my computer, a dialog box containing all the registered programs can be used to get images from the camera will appear. Now I want to add my own program in the ...
3
votes
1answer
5k views

WIA Twain support C#

How can I use WIA and Twain in C#? The TWIAIN/C# example found at http://www.codeproject.com/KB/dotnet/twaindotnet.aspx Throws an exception at line 59 on TwainLib.cs "an attempt was made to load a ...
2
votes
0answers
150 views

Get Thumbnail data from camera images via WIA 2.0

I'm trying to use WIA 2.0 (Windows 7) to hook up to a camera (or camera phone, an iPhone, in my case) and download pictures. Instead of downloading all the pictures onto the HDD or into memory and ...
2
votes
1answer
228 views

WIA Scanning via Feeder

WIA Scanning via Feeder Here is my device properties: Document Handling Select = 1 (2 is for flatbed, and 1 is for the feeder.) Here is my item (page) properties: Horizontal Resolution = 150 ...
2
votes
1answer
166 views

Dummy WIA Driver

I have an application that uses WIA 2.0 however the scanners that we have in the office are not compatible with WIA. Is there any dummy driver such as the TWAIN Dummy driver (twainkit.exe) for WIA ...
2
votes
1answer
439 views

How to scan mutiple pages using WIA automation

I'm playing around with WIA Automation and I`m struggling to scan more than page at a time. Can anyone give me some hints on how to achieve this? Below is a sample of code I use to scan a ...
2
votes
1answer
220 views

How to access a digital camera on .NET

We're interested in accessing a digital camera from a .NET application, i.e., the users makes some photos, then connects the camera to a computer and automatically the system imports the photos and ...
2
votes
2answers
901 views

Wrapper class for WIA/TWAIN for a C# application?

Is there a wrapper class somewhere for WIA/TWAIN functionality in a C# application? Every search I make points to the same old 2001 CodeProject page, there has to be something new out there, right? ...
2
votes
1answer
172 views

Reading a file opened from “Scanners and Cameras” throws UnauthorizedAccessException

Our application requires a user to select a photograph from their camera. The cameras I tested with while adding this feature would all appear as a drive letter in "My Computer" so loading and ...
2
votes
1answer
964 views

Alternatives to WPD/WIA on Windows XP?

WPD does not work correctly on Windows XP (SP1 if that matters), even if Microsoft states it does. Problem with WPD: IPortableDeviceManager.GetDevices call does not find any devices on Win XP while ...
2
votes
1answer
992 views

Will a VB6 App Using wiaaut.dll work on Windows Vista or 7?

I downloaded the Windows Image Acquisition Automation Layer sdk redistributable from Windows and the VB6 app I wrote to capture still images from a DSLR, wia-compliant camera works great on Windows ...
2
votes
1answer
2k views

WIA Document Handling Status returns 0 even though the ADF has pages loaded

I'm trying to scan from an ADF using VBA and the Windows Image Acquisition library (WIA). I am trying to check to see if there are pages loaded in the ADF so I know whether to scan another page. ...
2
votes
0answers
792 views

WIA versus WPD Digital Camera Image Acquisition and API

We have a Windows Forms app running on XP that uses WIA to retrieve images from digital cameras attached to our company's field technician laptops. As clunky as the COM wrappers and APIs are, they've ...
2
votes
1answer
393 views

Should I store the WIA Device or just the WIA Device ID in a C# application?

I'm working with a C# WIA application and it seems that I have two ways of accessing the WIA device 1) store the object after the initial call to Select Device or 2) store the device's id and use the ...
2
votes
0answers
369 views

How do I get an VIDEO from a WIA camera?

I'm developing small app in C# 3.5 for Windows XP that will automatically download images and video from a camera to a PC, on camera plug-in via USB. I have a Canon ixus 50 camera and I figure out how ...
2
votes
1answer
1k views

WPD equivalent of WIA DeviceDlg

I'm adding Windows Portable Devices (WPD) support to an app that currently uses Windows Image Acquisition (WIA). WIA provides a handy picture selection dialog via IWiaItem::DeviceDlg. I can't find a ...
1
vote
0answers
32 views

WIA (Windows Image Acquisition). Argument Exception on CommonDialog.ShowTransfer(…)

I use WIA to acquire images using scanners. Some users report an Argument Exception thrown by the method img = dialog.ShowTransfer(_device.Items(1), WIA.FormatID.wiaFormatTIFF, False) I can't ...
1
vote
1answer
50 views

WIA scanning in a WPF application

I'm using WIA 2.0 to scan images from a HP scanner. The problem is that saved TIFFs are around 9MBs big (A4 page at 300dpi, grayscale). I convert WIA's ImageFile that contains scan in TIFF format to ...
1
vote
1answer
198 views

scanning pages using WIA or TWAIN

Edit: Are there any tutorials on how to use WIA or TWAIN in c++, that explain how to scan pages, adjust settings (DPI, using automatic feeder etc.) and save them as PNG files? I'd like to use WIA to ...
1
vote
1answer
50 views

WIA. Scan colorful image in Windows XP c#

I try to scan documents with WIA lib on Windows XP and on Windows 7. Here is code: Device _scannerDevice; CommonDialog _scannDialog; if (_scannerDevice != null) { WIA.Item Item = ...
1
vote
1answer
248 views

WIA's ShowAcquireImage only saves in BMP?

I am using the WIA 2.0 library within Delphi XE to automate scanning. I am using the "ShowAcquireImage" function to provide an image to be saved to disc. I want to save the image in a compressed ...
1
vote
0answers
233 views

WIA via silverlight, duplex scanning

I'm trying to scan an A3 page in duplex using my Xerox documate 752. I'm getting it to scan fine using the document feeder but only on side. How do I access the other image?? Here is my basic code: ...
1
vote
1answer
137 views

Need an Info TWAIN and WIA Drivers to scan an Image in C#?

I had some questions in this scanner using WIA or TWAIN in C#.net. We are planning to buy Kodak i920 Scanner to scan Image through our Application in C#. My questions are 1 . Is it possible to scan ...
1
vote
1answer
288 views

Load a picturebox from a WIA ImageFile?

I've taken over a poorly designed project from a co-worker and am looking to load a picture box directly from the WIA command that just completed to take a picture from an attached USB camera. The ...
1
vote
1answer
245 views

Devices supported by Windows Portable Devices (WPD)

I'd like to use digital cameras in my application (running on Windows, written in C++) and I came across two libraries that did that - WIA (Windows Image Acquisition) and WPD (Windows Portable ...
1
vote
2answers
145 views

Can't read WIA item timestamp object in C#

Hi all, I have a problem that I believe will end up a minor syntax problem. I hope. I am pulling data from a camera into an app using WIA 2.0 on a windows 7 machine using c#. The problem involves ...
1
vote
2answers
943 views

Camera Capture with WIA, C# and Win 7

I try to take a picture from a webcam with WIA 2.0, C#, .net 4.0 on Windows 7. I tried many different samples, but nothing works. I always get this Exception: "ComException was unhandled" Exception ...
1
vote
1answer
407 views

Scan and store as PDF an image with a scanner in USB

Hi i am trying to scan something in the Scanner and put it in an Image object (C#) and then pick that image and generate a PDF (to that i am using iTextSharp). So i am trying to use WIA (Windows Image ...
1
vote
0answers
83 views

Check webcamera status

I need a way to check if a specific webcamera device is currently active (used by another application, for example Skype). Is there any method in WIA, DirectX or other API to accomplish this check? ...
1
vote
1answer
735 views

WIA: device.ExecuteCommand(CommandID.wiaCommandTakePicture); returns null

Have an old program I have been using to remotely control a digital camera, in order to automatically take photos and transfer them to the PC. Program is based on WIA and, as far as I remember, it was ...
1
vote
1answer
726 views

WIA 2.0 Duplex property

I am developing an aplication with C# to use the WIA 2.0 library. At the moment I could use most of the features, such as ADF (auto document feeder), filters and more. Now, I need to use the duplexer ...
1
vote
1answer
605 views

Windows Image Acquisition: How to hide scanner setup window

I use WIA library to scan images in my app. Can I set scanner settings (colorfull, grayscell, dpi....) programmaticaly in my app and not show every time scanning settings to end user? I use next code ...
1
vote
1answer
500 views

WIA can not find my internal camera in windows 7

I am currently working on a project where I need to access a build in camera (software will run on a tablet), stream what the camera is showing, and allow the user to take a picture from the stream. I ...
1
vote
1answer
1k views

Using COM objects with WIA and com4j in Java

Hi all I am a newbie in this and I wanted to ask if you could recommend me some articles, examples etc to start with communicating with scanner in java application I am developing a module that should ...
1
vote
1answer
453 views

Set page size when scanning in WIA 2.0

I have a business card scanner I'm using WIA 2.0 to interface with. I'm trying to set everything up in code so that I don't have to pop any dialog boxes. The issue I'm having has to do with setting ...

1 2