ActiveX Webcam
-
Hi, im trying to use the webcam on a webpage, I created the control in C# , when working with a normal windows form app, it works fine , displaying the image that it gets from the webcam, but when i convert it into a activex control so that i can use the functionality on a aspx page , the webcam gets initialized but i only see a black box where the cam feed is supposed to be, ive tried a lot of ways now but i cant seem to display a picture in the picture box in the activex control, it just stays black, so if someone could please assist me in do this, either how to use the webcam on a aspx page or how to display a image saved on the client pc (when i save an image on the client pc with the activex control it saves fine, it just does not display on the page) I need this to take pictures of employees ect via the website
-
Hi, im trying to use the webcam on a webpage, I created the control in C# , when working with a normal windows form app, it works fine , displaying the image that it gets from the webcam, but when i convert it into a activex control so that i can use the functionality on a aspx page , the webcam gets initialized but i only see a black box where the cam feed is supposed to be, ive tried a lot of ways now but i cant seem to display a picture in the picture box in the activex control, it just stays black, so if someone could please assist me in do this, either how to use the webcam on a aspx page or how to display a image saved on the client pc (when i save an image on the client pc with the activex control it saves fine, it just does not display on the page) I need this to take pictures of employees ect via the website
Did you had a look at these: Dynamic Webcam Image[^] Webcam in your own applications using C#[^]
-
Hi, im trying to use the webcam on a webpage, I created the control in C# , when working with a normal windows form app, it works fine , displaying the image that it gets from the webcam, but when i convert it into a activex control so that i can use the functionality on a aspx page , the webcam gets initialized but i only see a black box where the cam feed is supposed to be, ive tried a lot of ways now but i cant seem to display a picture in the picture box in the activex control, it just stays black, so if someone could please assist me in do this, either how to use the webcam on a aspx page or how to display a image saved on the client pc (when i save an image on the client pc with the activex control it saves fine, it just does not display on the page) I need this to take pictures of employees ect via the website
Armandt__ wrote:
created the control in C# , when working with a normal windows form app, it works fine , displaying the image that it gets from the webcam, but when i convert it into a activex control so that i can use the functionality on a aspx page
You cannot create ActiveX using .NET. But you can do similar by luck. There are lots of steps to follows. I tried to create on and finally dropped that plan. I suggest you to create the ActiveX either using VC++ or VB6. Refer: MSDN Forum[^] Happy programming.
Castle Rider
What if I freeze??? Don't forget to breath...
My: Website | Yahoo Group | Blog Spot
-
Armandt__ wrote:
created the control in C# , when working with a normal windows form app, it works fine , displaying the image that it gets from the webcam, but when i convert it into a activex control so that i can use the functionality on a aspx page
You cannot create ActiveX using .NET. But you can do similar by luck. There are lots of steps to follows. I tried to create on and finally dropped that plan. I suggest you to create the ActiveX either using VC++ or VB6. Refer: MSDN Forum[^] Happy programming.
Castle Rider
What if I freeze??? Don't forget to breath...
My: Website | Yahoo Group | Blog Spot
Create ActiveX in .NET Step by Step[^] I used this to create the activex component, maybe 1 of u guys can help me with displaying an image from the clipboard on the page using javascript, or display it using activex, just for info , this is a intranet site, will only be used by employees, not by public,