Click here to Skip to main content
15,914,401 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, Im working on .Net 3.5. i have already posted same question, but the solution does not works. I need to capture image in asp.net using webcam. using camserverlib.dll i'm getting some error like
C#
Retrieving the COM class factory for component with CLSID {D6BA1539-8473-497C-92C3-8ECF63DAC0F3} failed due to the following error: 80040154.



Please give me some solution for getting webcam picture in asp.net
Posted
Updated 15-Feb-11 23:55pm
v2
Comments
Albin Abel 16-Feb-11 5:59am    
Use silverlight or flash. Only client side tools can interact with cam. Once capture you can send the data to media servers.
Albin Abel 16-Feb-11 6:00am    
If it is IP cam then its activex control may have option to capture image
jagadeesh kumar adabala 16-Feb-11 6:46am    
how to use silver light or flash to interact cam in client's system to capture image in asp.net 3.5

Hope Dynamic Webcam Image[^]article from CP might help you.
 
Share this answer
 
Check that your dll is correctly registered in your system registry; you can find the entry under HKEY_CLASSES_ROOT\CLSID\{D6BA1539-8473-497C-92C3-8ECF63DAC0F3}.
 
Share this answer
 
Comments
jagadeesh kumar adabala 16-Feb-11 6:08am    
Please tell me how to register. while trying to register, i'm getting some error like dllregisterserver entry point is not found.
Please tell mewhat to do.
Richard MacCutchan 16-Feb-11 6:52am    
Quote: "i'm getting some error like"
Please do not post your impression of an error, post the exact message that you see so people can help to figure out what is wrong.

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