Taking a Snapshot of Video and saving the image file
Posted: 14 Mar 2012 14:44
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:
but where does it save the image file and what name does it give the file?
If I use the following code:
could I use the snapS variable to save an image file?
Thanks
D
I know the following takes a snapshot:
Code: Select all
axVLCPlugin21.video.takeSnapshot();
If I use the following code:
Code: Select all
AXVLC.IPictureDisp snapS = axVLCPlugin21.video.takeSnapshot();
Thanks
D