Page 1 of 1

Take a capture from VLC Plugin to image or bitmap variable

Posted: 28 Jul 2017 16:54
by Waleed_elerksosy
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

Code: Select all

axVLCPlugin21.video.takeSnapshot();
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

Re: Take a capture from VLC Plugin to image or bitmap variable

Posted: 31 Jul 2017 11:03
by da2424
Hello,
AFAIK, this is currently not implemented.

Re: Take a capture from VLC Plugin to image or bitmap variable

Posted: 01 Aug 2017 23:47
by Waleed_elerksosy
Okay, thank you!