CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2004
    Posts
    80

    Image Capture Resolution

    I am using a webcam service to capture images from my webcam and save them to a disk and then upload them to a ftp server for viewing. Currently everything is working fine exept one problem. I can not figure out how to change the resolution of the webcam that I am using. Currently it is defaulting to 128x92 which is really small and i enjoy the quality either.

    Here is the webcam i have http://www.intel.com/pccamera/easypccamera/techspec.htm

    Here is the link to the porject that i am using to take the pictures.
    http://www.codeproject.com/csharp/webcamservice.asp

    you can download the code from there and take a look at it. Thanks.

  2. #2
    Join Date
    Sep 2004
    Posts
    80

    Re: Image Capture Resolution

    bump

  3. #3
    Join Date
    Sep 2012
    Posts
    2

    Re: Image Capture Resolution

    Don't bother wasting your time, just implement a 3rd party command line scanning tool (CLScan) like I did. My users are happy with the solution. Download it from here http://commandlinescanning.com/downloads.html.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured