Click here to Skip to main content
16,013,605 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to capture multiple images from two different webcams and then save it to database. My problem is that I could not find any related links which could help me. Found one plugin which uses flash but capture one image from one web camera.
I need to capture 2 images from two different webcams and then save it to database and it is on single button click,
Could anyone help me out to solve my problem. I am using Visual studio 2010(C#, ASP.NET and sql server).
Please help me.
Posted
Comments
Omkar Joshi 10-Nov-14 7:35am    
I have one button and on buuton_Click i want to capture two images from two different cameras in asp.net c#(Web Application)

1 solution

try

Uploading Image by File Browsing, Dragging & Dropping and Using Webcam in ASP.NET MVC[^]

Take a Photo from a Desktop Webcam and Upload in a Web Browser with Dynamsoft[^]

To save to database you need to write code . Please refer below links for sample code that writes a file to a database.

http://www.dotnettutorials.com/tutorials/database/upload-files-sql-database-cs/
http://www.aspdotnet-suresh.com/2013/01/aspnet-download-and-upload-files-to.html
 
Share this answer
 
v2

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