Real time video over IP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bsc_demos@hotmail.com

    Real time video over IP

    Hello there,

    I need to built a programm in C#, that will transmit real time video
    from my webcam.
    I am a beginer in programming and I really don't know where to start
    from.
    Can anybody help me plz?

    Thanks
  • Richard Heathfield

    #2
    Re: Real time video over IP

    bsc_demos@hotma il.com said:
    Hello there,
    >
    I need to built a programm in C#, that will transmit real time video
    from my webcam.
    I am a beginer in programming and I really don't know where to start
    from.
    You could try starting from microsoft.publi c.dotnet.langua ges.csharp
    Can anybody help me plz?
    I don't know how to plz. Sorry.

    --
    Richard Heathfield <http://www.cpax.org.uk >
    Email: -http://www. +rjh@
    Google users: <http://www.cpax.org.uk/prg/writings/googly.php>
    "Usenet is a strange place" - dmr 29 July 1999

    Comment

    • Mark Bluemel

      #3
      Re: Real time video over IP

      bsc_demos@hotma il.com wrote:
      Hello there,
      >
      I need to built a programm in C#, that will transmit real time video
      from my webcam.
      I am a beginer in programming and I really don't know where to start
      from.
      "I wouldn't start from here..."

      Comment

      • CBFalconer

        #4
        Re: Real time video over IP

        bsc_demos@hotma il.com wrote:
        >
        I need to built a programm in C#, that will transmit real time
        video from my webcam. I am a beginer in programming and I really
        don't know where to start from. Can anybody help me plz?
        Don't use silly abbreviations like 'plz' in c.l.c.

        C# is NOT the C language, it is some sort of orphan system almost
        peculiar to Microsoft. The subject of this newsgroup is the C
        language, as defined by the ISO C standard (and predecessors) and
        implemented for almost all machines. Thus your question is
        off-topic. Either go elsewhere, and be prepared to learn things
        that apply ONLY to Microsoft systems, or switch to real C, and come
        back here.

        Webcams are not a part of the C language. You may find interface
        code somewhere. In all probablity the same comment applies to C#.

        --
        [mail]: Chuck F (cbfalconer at maineline dot net)
        [page]: <http://cbfalconer.home .att.net>
        Try the download section.



        --
        Posted via a free Usenet account from http://www.teranews.com

        Comment

        Working...