Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to make an ActiveX control for Webcam, in this control following functionalities are require
1. Video Streaming
2. Capture Image
3. Save image to desired folder.

Because this Control will be used in various domain.
Posted
Comments
Sergey Alexandrovich Kryukov 22-May-15 1:21am    
Why ActiveX? What's your application type?
—SA
Kuldeep Chhipa 22-May-15 2:56am    
the main Application in SAP .
i want to integrate the Webcam image capturing functionality to it by ActiveX .
Sergey Alexandrovich Kryukov 22-May-15 8:52am    
You did not even try to answer to any of the two questions.
—SA
Kuldeep Chhipa 24-May-15 14:43pm    
ActiveX Because i want to use this control in SAP
and My major application type is SAP Enterprise Application.
now you got your both answer .so help me for do this.
Sergey Alexandrovich Kryukov 24-May-15 15:48pm    
It does not explain why ActiveX. You are using more reasonable technology and want to use ActiveX. I would understand that you need to develop ActiveX, but this is unrelated problem; you can always do it.
—SA

1 solution

Thank you for the clarification. Please see this CodeProject article:
Create ActiveX in .NET Step by Step[^].

Combine it with the information on how to access and control the camera: http://www.codeproject.com/search.aspx?q=camera+capture+%28.NET+OR+C%23+OR+VB.NET%29&doctypeid=1%3b14[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900