Questions tagged [wpf-mediakit]

WPF MediaKit is a WPF control for the DirectShowLib to play or record media, videos especially.

WPF MediaKit is a WPF control for the DirectShowLib to play or record media, videos especially.

41 questions
0
votes
0 answers

Webcam video does not render again once I switch tabs

I'm using the the wpf-mediakit library to render a video stream from a usb camera for my desktop application. Tha XAML:
Standard_101
  • 325
  • 4
  • 14
0
votes
2 answers

WPF Media Kit Plays DVD Garbled

I'm using the WPF Media Kit, but when I try and play a DVD, its all garbled. How do I fix this? Do I need to install a codec or something? EDIT Some extra info that might possibly be helpful Windows 7 Home Edition, 32 bit 2 gig ram, dualcore,…
Entity
  • 7,972
  • 21
  • 79
  • 122
0
votes
1 answer

How to play a video from Stream or MemoryStream using WPF-Mediakit?

For my wpf application i need to play video files saved in a MemoryStream. Is it possibile to achieve this by using WPF-mediakit? Since MediaElement does not support playing a video directly from memory I have been using the vlc.dotnet library to…
Penzich
  • 21
  • 2
0
votes
0 answers

How EnhancedVideoRenderer works

I've try use MediaUriElement set VideoRenderer to VideoMixingRenderer9 and works well. I want try use MediaUriElement even set VideoRenderer to EnhancedVideoRenderer to compare performance but I don't be able display anything with…
0
votes
0 answers

Detect resolution and framerate options for webcam devide with WPF Mediakit

I'm using WPF Mediakit's VideoCaptureElement to capture video from a webcam. I set the resolution with DesiredPixelWidth and DesiredPixelHeight properties. I would like to know how to detect the resolutions and frame rates with which the device can…
Jon
  • 891
  • 13
  • 32
0
votes
0 answers

Sometimes MediaFailed event fired for WPF MediaKit

MediaFailed event fired twice from time to time, my xaml is as below:
James Hao
  • 765
  • 2
  • 11
  • 40
0
votes
1 answer

An unhandled exception of type 'System.IO.FileLoadException' occurred

I have a library called DirectShowLib-2005 v2.1.0.0 http://api.256file.com/directshowlib-2005.dll/en-download-20911.html in my project called xyz... it runs perfectly fine until i add WPFMediaKit library As a Note: It uses DirectShowLib-2005…
tabby
  • 1,878
  • 1
  • 21
  • 39
0
votes
1 answer

Some applications render black frames WPFMediaKit

I have a very weird bug that I just can't understand. I am currently using the WPFMediaKit library in one of my programs. When using the library in a near empty new "demo" wpf solution, the image from the USB Camera source is rendered perfectly to…
Nicholas
  • 783
  • 2
  • 7
  • 25
0
votes
1 answer

How to play YouTube videos using WPF MediaKit?

I'm trying to play YouTube streams in my WPF program using WPF MediaKit's MediaUriElement. I've noticed that the url should be something like this: Source="http://www.youtube.com/watch?v=OyNqNJUAuh4&hd=1?ext=.3gpp" So I extract the extension from…
Idan
  • 23
  • 1
  • 6
0
votes
2 answers

Problems to show live cameras with WPFMediaKit

I have a listview that shows little previews of all the cameras recognized by system using WPFMediaKit. This is my code: Window4.xaml
-6
votes
1 answer

Update the video source device list

It seems the device list will be created only once at startup. Is it possible to update the video source device list during run time. Unfortunately, I can't find a method to do this.
1 2
3