Take a capture from VLC Plugin to image or bitmap variable
Posted: 28 Jul 2017 16:54
Hello,
I'm trying to run axVLCPlugin21 in my windows application C#. I found this function which allow me to take capture from the video But I'm searching a way to take the snapshot in Image or Bitmap variable without the need to save it on the hard disk. Any idea?
Thanks in advance
I'm trying to run axVLCPlugin21 in my windows application C#. I found this function which allow me to take capture from the video
Code: Select all
axVLCPlugin21.video.takeSnapshot();
Thanks in advance