Page 1 of 1

Taking a Snapshot of Video and saving the image file

Posted: 14 Mar 2012 14:44
by DannyD
Hi, is it possible to take a snapshot of the video and naming and saving the image file in a specific directory, using the ActiveX plugin?

I know the following takes a snapshot:

Code: Select all

axVLCPlugin21.video.takeSnapshot();
but where does it save the image file and what name does it give the file?

If I use the following code:

Code: Select all

AXVLC.IPictureDisp snapS = axVLCPlugin21.video.takeSnapshot();
could I use the snapS variable to save an image file?

Thanks
D

Re: Taking a Snapshot of Video and saving the image file

Posted: 16 Mar 2012 13:35
by DannyD
After struggling around a bit, I've come down on a thread from 4 years ago....

viewtopic.php?f=16&t=46219&p=146365&hil ... ot#p146365

The last suggestion, given by corvusvideo worked for me. :mrgreen: