I need to add control to my WPF application which will show video in real time from camera device in 720×580 resolution.
The main requirements:
- It should be really quick and show
good performance. - Full screen mode
video with hi resolution. - I can see some wpf controls over
video control when it in fullscreen mode. - 720×580 resolution supported.
- Not take much processor resources!
I saw some controls in the internet. But i need to have some feedbacks about them. Please give advice if you used some. What control or library you prefer and which can meet my requirements.
Thanks for replies
You could try the VideoCaptureElement in WPF MediaKit