CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2007
    Posts
    1

    Thumbs up Interface Digital Camera to Windows C# Application.

    Hi Friends, Wat'z up?...
    My requirement goes like this!..
    1)It's Windows C# Application.
    2)Digital Camera connected to PC should be operated by this application.
    3)Camera functionalities like Detect object,Capture image,Store image to computer hardware should be controlled by application.
    Logic,Guidence,source code anything is ok....Can u plz friends...
    Even plz let me know which camera u prefer to this reuirement with specifications.

  2. #2
    Join Date
    Oct 2007
    Posts
    25

    Re: Interface Digital Camera to Windows C# Application.

    Basically there are 2 different ways to go: TWAIN and WIA (Windows Image Acquisition).

    TWAIN is the older method which has been around for quite some time, while I don't know much about programming with TWAIN, it seems to be a bit complex but the best method for compatibility between Operating Systems.

    WIA is only compatible with Windows ME, Windows XP and Windows Vista. Also, the version with Vista is a bit different to the version for ME and XP. WIA can be easier to code for though - if you can find the right examples and help.

    I have been working with WIA (Windows Image Acquisition) for a flatbed scanner recently and after much frustration with lack of examples for C# I'm nearly done. I will be posting my code here once I'm finished so that others can learn from it, however I am coding for a scanner with an ADF, using WIA for a digital camera is much easier.

    A good example for a digital camera can be found here:
    http://www.codeproject.com/dotnet/wi...tingdotnet.asp

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