Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Multimedia

Multimedia

Scheduled Pinned Locked Moved C#
question
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Anonymous
    wrote on last edited by
    #1

    How get data (form Image) to display image into our application from a device named Webcam which is capturing a person sitting on the computer. Which class does support this ?

    A L 2 Replies Last reply
    0
    • A Anonymous

      How get data (form Image) to display image into our application from a device named Webcam which is capturing a person sitting on the computer. Which class does support this ?

      A Offline
      A Offline
      Andrew Kirillov
      wrote on last edited by
      #2

      Hello The best way to do it is to use DirectShow. You can try to interop it or to use managed extension of DirectShow 9. There are couple of article on CP about DirectShow usage in C# applications, for example here is one [^]. You can look at my "Motion Detection" article for a sample of communication with local capture device such as USB webcam. With best regards, Andrew

      1 Reply Last reply
      0
      • A Anonymous

        How get data (form Image) to display image into our application from a device named Webcam which is capturing a person sitting on the computer. Which class does support this ?

        L Offline
        L Offline
        Lars Niedziolka
        wrote on last edited by
        #3

        I belief, that most Webcams support TWAIN and/or WIA as interface. Here in CodeProject you finds Wrappers for TWAIN and WIA. TWAIN is a normed API to read still images like scanner and webcams. WIA is the newer API (and supported since Windows 2K). See: .NET TWAIN image scanner See: WIA Scripting and .NET Lars Niedziolka

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups