RE: how to play the video captured from a USB camera

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?anAybXNmdA==?=

    RE: how to play the video captured from a USB camera

    You're going to need to start with the driver for the camera - otherwise,
    your application might run into problems finding where the video is.

    Next, search (i.e. Google) into Twain Aquire sources.

    "Elliot" wrote:
    I am going to write an application to 'play' the real-time video captured
    from a USB camera attached / from a HD(High Definition) USB Adapter, but it
    can be said that I have totally no idea with it.
    Can someone instruct me the basic algorithm please?
    >
  • Michael A. Covington

    #2
    Re: how to play the video captured from a USB camera

    Go onto SourceForge and get DirectShowNet. It includes an example of this.
    You do not have to program the driver directly -- Windows standardizes the
    interface to it.

    "jp2msft" <jp2msft@discus sions.microsoft .comwrote in message
    news:3A566125-DB99-41D9-80CE-42B97D577982@mi crosoft.com...
    You're going to need to start with the driver for the camera - otherwise,
    your application might run into problems finding where the video is.
    >
    Next, search (i.e. Google) into Twain Aquire sources.
    >
    "Elliot" wrote:
    >
    >I am going to write an application to 'play' the real-time video captured
    >from a USB camera attached / from a HD(High Definition) USB Adapter, but
    >it
    >can be said that I have totally no idea with it.
    >Can someone instruct me the basic algorithm please?
    >>

    Comment

    • Elliot

      #3
      Re: how to play the video captured from a USB camera

      I've got the idea. Thanks.


      "Michael A. Covington" <mc@uga.eduwrot e in message
      news:uh4St4nHJH A.3668@TK2MSFTN GP02.phx.gbl...
      Go onto SourceForge and get DirectShowNet. It includes an example of
      this. You do not have to program the driver directly -- Windows
      standardizes the interface to it.
      >
      "jp2msft" <jp2msft@discus sions.microsoft .comwrote in message
      news:3A566125-DB99-41D9-80CE-42B97D577982@mi crosoft.com...
      >You're going to need to start with the driver for the camera - otherwise,
      >your application might run into problems finding where the video is.
      >>
      >Next, search (i.e. Google) into Twain Aquire sources.
      >>
      >"Elliot" wrote:
      >>
      >>I am going to write an application to 'play' the real-time video
      >>captured
      >>from a USB camera attached / from a HD(High Definition) USB Adapter, but
      >>it
      >>can be said that I have totally no idea with it.
      >>Can someone instruct me the basic algorithm please?
      >>>
      >

      Comment

      Working...