Click here to Skip to main content
15,910,872 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm working on a C# window form project . I need to save image into database from USB Camera.I searched on internet for this and I found few APIs,

1- Ozeki Camera SDK for C#
2- Webcam Library for winform and WPF
3- Webcam Capture in C#
4- DirectShow .net
5- WIA
6- Aforge.net
etc
These APIs are good but causing different configuration problems.I don't want to use any third party tool. Is there any simple way to save camera image into database using C# program.
If someone has idea please let me know ,I've been stuck from two days.Thanks in advance.
Posted
Updated 1-Nov-15 9:38am
v8
Comments
PIEBALDconsult 1-Nov-15 15:11pm    
Some cameras show up as regular devices with a letter and you can easily access the files just like on a regular drive.
Some don't do this, and I don't have a solution for those.
Ammar Shaukat 1-Nov-15 15:18pm    
mean this problem may be because of the USB camera that i'm using ...
PIEBALDconsult 1-Nov-15 15:26pm    
It might; how does the camera show up in Windows Explorer?
Ammar Shaukat 1-Nov-15 15:35pm    
It is not showing in my windows explorer but its working and accessible in another example of C# code.
PIEBALDconsult 1-Nov-15 15:42pm    
Then I don't know; I haven't had that problem.

1 solution

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