Thread: Get capture device image

  1. #1
    Registered User
    Join Date
    Oct 2005
    Location
    Brasil
    Posts
    220

    Get capture device image

    Hi, i am used to using v4l in linux to get images from my capture devices but i haven't been able to find a standard on acessing video devices under windows, so, how should i do that?

  2. #2
    Registered User
    Join Date
    Mar 2005
    Location
    Mountaintop, Pa
    Posts
    1,058
    In the past Video for Windows was used. But now, IMHO, the current rage is DirectShow.

    Also, if you're referring to VIDEO capture devices, there is a complete example in the latest DDK entitled vidcap.

  3. #3
    Registered User
    Join Date
    Oct 2005
    Location
    Brasil
    Posts
    220
    Oh, thank you, that should be just fine.

    By the way, does windows vista has support for VFW? As i can see in OpenCV source (computer vision sources) it uses the video for windows API, and it isn't working at my Windows Vista PC, i will try to fix that...

    And yes, it is video capture device .

  4. #4
    Registered User
    Join Date
    Mar 2005
    Location
    Mountaintop, Pa
    Posts
    1,058
    By the way, does windows vista has support for VFW? As i can see in OpenCV source (computer vision sources) it uses the video for windows API, and it isn't working at my Windows Vista PC, i will try to fix that...
    MS has stopped developing VFW way back when they released Win2K. VFW is a very old video driver architecture. Although it was supported up to XP. Also, to the best of my knowledge, Hauppage was the only card company to provide VFW drivers for XP. Therefore, I'd be extremely surprised if VFW is supported in Vista.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem reading tiff image files?
    By compz in forum C++ Programming
    Replies: 9
    Last Post: 10-30-2009, 04:17 AM
  2. webcam image capture
    By halfbrain in forum C Programming
    Replies: 1
    Last Post: 05-11-2008, 09:29 AM
  3. Webcam Image Capture
    By AtomRiot in forum Windows Programming
    Replies: 6
    Last Post: 06-04-2007, 11:08 PM
  4. Window Image Capture
    By Lazy Student in forum Windows Programming
    Replies: 1
    Last Post: 02-17-2005, 08:06 AM
  5. Replies: 4
    Last Post: 06-30-2004, 03:11 PM