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. Web Development
  3. ASP.NET
  4. Help me! How to write a webcam aplication on ASP.NET????

Help me! How to write a webcam aplication on ASP.NET????

Scheduled Pinned Locked Moved ASP.NET
csharpquestionasp-nethelptutorial
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.
  • P Offline
    P Offline
    phucuong273
    wrote on last edited by
    #1

    This's my first time in ASP.NET, so there many things new to me :( I'm writing a web aplication using ASP.NET with C#. And i want to capture images from a webcam (or any camera devices) of the client site and display it on web using Microsoft Windows Media SDK (or any things else). How can i do that? It would be great to have some instructions and a demo. Thanks advance :)

    R 1 Reply Last reply
    0
    • P phucuong273

      This's my first time in ASP.NET, so there many things new to me :( I'm writing a web aplication using ASP.NET with C#. And i want to capture images from a webcam (or any camera devices) of the client site and display it on web using Microsoft Windows Media SDK (or any things else). How can i do that? It would be great to have some instructions and a demo. Thanks advance :)

      R Offline
      R Offline
      ricardojb
      wrote on last edited by
      #2

      that sounds more like a socket application than an asp.net application. asp.net is to write web applications, meaning that they are processed on the server and send to the client in the form of html, xml, javascript and css. Unless you use an active X control (not an easy or good solution) you won't be able to get feed from the client, you cannot include a video stream in an http request which is all you will get from the client in a web application. You will need to install software on the client's machine, either a full windows application or at least an activex control or an IE add in (which is an activeX). Having said that, even in that case it's not going to be easy, because you have to directly interact with hardware, I am not too sure but I believe it's twain api is not even exposed as a win32 api but as a native api.

      C 1 Reply Last reply
      0
      • R ricardojb

        that sounds more like a socket application than an asp.net application. asp.net is to write web applications, meaning that they are processed on the server and send to the client in the form of html, xml, javascript and css. Unless you use an active X control (not an easy or good solution) you won't be able to get feed from the client, you cannot include a video stream in an http request which is all you will get from the client in a web application. You will need to install software on the client's machine, either a full windows application or at least an activex control or an IE add in (which is an activeX). Having said that, even in that case it's not going to be easy, because you have to directly interact with hardware, I am not too sure but I believe it's twain api is not even exposed as a win32 api but as a native api.

        C Offline
        C Offline
        Cuong Do
        wrote on last edited by
        #3

        It would be easy to design a socket application to solve that. But i think what he need is a solution on web absolutely, there's no thing installed on the client. And i wonder that there's any solution for this? How can we capture images from the client side if we know its IP Address? And the way that we display it on web?

        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