Search found 2 matches

Go to advanced search

by AUGE_OHR
11 Mar 2013 04:42
Forum: Web and scripting
Topic: axVlcPlugin2 takeSnapshot()
Replies: 4
Views: 3191

Re: axVlcPlugin2 takeSnapshot()

hi,
just can confirm same Problem.
it use "%TEMP%" Path to save "AXVLCxxxx.BMP" but i did not found any Picture ?!

Code: Select all

FOR i := 1 TO 100 Plugin.video.takeSnapshot() SLEEP(10) NEXT
by AUGE_OHR
11 Mar 2013 04:38
Forum: Development around libVLC
Topic: how to extract each frame image from a video file using C#
Replies: 1
Views: 2696

Re: how to extract each frame image from a video file using

takeSnapshot() is a Method of "video" so try

Code: Select all

axVLCPlugin21.video.takeSnapshot

Go to advanced search