Notice
Recent Posts
Recent Comments
분노의 챔질
AForge.NET 본문
반응형
http://aforgenet.com/framework/downloads.html
기존의 AForge는 Uninstall을 하고 Setup을 해야 서로 충돌하지 않는다.
기본문법
//START
MJPEGStream mjpegSource = new MJPEGStream('웹캠IP주소');
videoSourcePlayer1.VideoSource = mjpegSource;
videoSourcePlayer1.Start();
//STOP
videoSourcePlayer1.SignalToStop();
videoSourcePlayer1.WaitForStop();
videoSourcePlayer1.Stop();
//CAPTURE
Bitmap bitmap = videoSourcePlayer1.GetCurrentVideoFrame();
bitmap.Save('경로', ImageFormat.Bmp);
반응형
'Programming > C#' 카테고리의 다른 글
UltraGrid속성 (0) | 2010.12.02 |
---|---|
UltraGrid 기초 사용법 (2) | 2010.12.02 |
C# Ping Test (0) | 2010.08.24 |
C# 역어셈블리 (0) | 2010.07.29 |
C# MACAddress (0) | 2010.07.28 |