WIA Captured Image Size

  • Thread starter Thread starter mec1997
  • Start date Start date
M

mec1997

Hello,

I am using the WIA 2.0 library to capture a photo in C# from a webcam.
The problem is the image size that is captured using
device.ExecuteComman(CommandID.wiaCommandTakePicture) is only 160 x
120. Is there anyway to make the captured image larger? I have tried
to resize the image but the resolution is not enough so the photo
doesn't look good. Anyone have any ideas?

Thanks!
 
Hello,

I am using the WIA 2.0 library to capture a photo in C# from a webcam.
The problem is the image size that is captured using
device.ExecuteComman(CommandID.wiaCommandTakePicture) is only 160 x
120. Is there anyway to make the captured image larger? I have tried
to resize the image but the resolution is not enough so the photo
doesn't look good. Anyone have any ideas?

Thanks!

good luck, I've the same problem with a logitech webcam. WIA seems hard
coded to go for the lowest resolution possible, I've been looking for
days now for a solution but haven't found one yet. I'm using a logitech
fusion through its wia / twain interface.

Steve
 
Back
Top