开发者

.NET webcam video capture to file

开发者 https://www.devze.com 2023-01-09 20:51 出处:网络
I\'m looking for a 开发者_Python百科solution to record video from webcam in .NET. Currently, I\'m using VideoLab components (http://mitov.com/html/directshow_video_capture_in__n.html). It works, howev

I'm looking for a 开发者_Python百科solution to record video from webcam in .NET. Currently, I'm using VideoLab components (http://mitov.com/html/directshow_video_capture_in__n.html). It works, however it has some annoying bugs or incompatibility with my device. Moreover, it's a bit heavyweight for my simple task. All I need is recording to file from default webcam with starting and stopping controls. Is there any simple solution available?


Well...one solution would be DirectShow.NET, but it's lower-level than the VideoLab components, so it might be more complicated but you would have much more control.

0

精彩评论

暂无评论...
验证码 换一张
取 消