reading USB camera

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • javaid iqbal

    reading USB camera

    i want to read the camera connected to my USB port in C#. Please help or
    point me to web where i can get help.
    Thanks in Advance.


  • Daniel O'Connell [C# MVP]

    #2
    Re: reading USB camera


    "javaid iqbal" <javaidleo@yaho o.com> wrote in message
    news:EF617BE6-CB68-41CE-8D5F-636085486217@mi crosoft.com...[color=blue]
    >i want to read the camera connected to my USB port in C#. Please help or
    > point me to web where i can get help.[/color]

    What kind of camera? Some digital cameras mount as drives which means you
    can use normal file access to retrieve files from them, otherwise you will
    likely need to look into WIA or DirectShow, depending on what you need to do
    exactly.

    Look at http://www.codeproject.com/dotnet/wi...tingdotnet.asp that should
    give you some idea on basic WIA, if it won't suit your needs you'll need
    DirectShow and that, I'm afraid, is much more complicated.


    Comment

    Working...