CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: capture images

  1. #1
    Join Date
    May 1999
    Posts
    1

    capture images

    hay...
    could anybody tell me how to using the vc++ to display the images from a camera?
    i wish to write a window base software to display the images which is capture from a camera? could any one give me some source codes in that subject ?


  2. #2
    Join Date
    May 1999
    Posts
    8

    Re: capture images

    if you have msdn library , search for
    "Video Capture Functions"
    it uses windows capture devices, which means you can use any windows supported capture device.
    or you can try the DirectX Multimedia.




  3. #3
    Guest

    Re: capture images

    Some of these cameras come as TWAIN complaint devices. There is TWAIN source available. I even have a book called "Photographic Imaging Techniques in C++" that has source code and references for twain (basically scanning).

    hope this helps.


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