本文介绍了如何使用带C#的USB Camera将图像保存到数据库中?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个C#窗口表单项目。我需要将图像从USB Camera保存到数据库中。我在网上搜索了这个,我找到了一些API,



1-

2-

3-

4- DirectShow .net

5- WIA

6-



这些API很好但是造成的不同的配置问题。我不想使用任何第三方工具。有没有简单的方法可以使用C#程序将摄像机图像保存到数据库中。

如果有人有想法请告诉我,我已经被困了两天。谢谢。

解决方案

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.

解决方案


这篇关于如何使用带C#的USB Camera将图像保存到数据库中?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-31 08:29