Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Control Camera Device From C#

I am now facing one problem which to get the live image from Camera (eg. Sony, Canon) into winform and also control the camera capture button from a button in the form.

have Anyone build something like this, or are there any similar project like this which is done in C#?

like image 616
pang Avatar asked Nov 26 '22 21:11

pang


1 Answers

This hardly depends on the capabilities of the camera and its driver. Your biggest chance might be the Windows Image Acquisition (WIA) framework.

Take a look at this article or the MSDN reference.

like image 157
Frank Bollack Avatar answered Nov 28 '22 11:11

Frank Bollack