Jump to content

integrate webcam with web application

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
jeisly

jeisly

    Newbie

  • Members
  • Pip
  • 1 posts
i'm currrently looking for a solution which is integrate webcam (at client side) with my web application that programmed in coldfusion. i need to detect client webcam and then stream the capturing video from the webcam to my web application and then allow them to capture image by clicking button on my web application.

i tired to find some activeX plug-in but i cant get it. And i also tried to find some commercial software to solve my problem but i also cant get it..

anyone can help me on this..?

you opinion and suggession will be much more appreciated..thnaks.

#2
tecktalk

tecktalk

    Programmer

  • Members
  • PipPipPipPip
  • 175 posts
he too eager to know how to fix this...
can sumone tell this??
Lyf come without guarantees, except that smiling will brighten ur face, laughing will enhance ur eyes, and falling in luv will change ur lyf

#3
hanadi

hanadi

    Newbie

  • Members
  • Pip
  • 1 posts
any news about integrating webcam with web application since this is exactly my task !

#4
gokuajmes

gokuajmes

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 518 posts
Well controlling a Hardware device On, on a client computer is not possible using a ASP Web page.So try using a Java Application so that the application can send a YES to your website that the webCam is ON.Then u carry on with the Transmission thing u want to do :)