David MZ
David MZ

Reputation: 3718

Is there a c# Webcam/Video WPF component that can help me capture video?

I am looking for a component for WPF application that will can work with webcams and video input devices, I need it to be able to:

  1. Capture video
  2. Capture still image
  3. Work with Webcams

I am open to both open source and commercial libraries

Thanks

EDIT: I am currently using MediaKit

Upvotes: 3

Views: 1686

Answers (2)

D.Rosado
D.Rosado

Reputation: 5773

DirectShow.NET is an option too.

Upvotes: 0

Yasmine GreenApple
Yasmine GreenApple

Reputation: 448

Aforge .NET is a free library for .net framework, it helps you capture vieos from webcam and process images within the video.

Upvotes: 1

Related Questions