Page 1 of 1
vlc on vb.net about take snapshot
Posted: 08 Apr 2016 16:30
by olgun
Hi;
I'm using vlc librarry on vb.net. get video with RTSP . would like take snapshot to specific folder and image name.
i tried many options not working truly.
pls help me.
Re: vlc on vb.net about take snapshot
Posted: 08 Apr 2016 16:52
by olgun
Dim rtsp1a As String = ComboBox1.Text '"rtsp://192.168.5.231:554/user=admin&password=admin&channel=1&stream=0.sdp"
Dim options As String = ":snapshot-prefix=vlcsnap :no-video-title-show :network-caching=350 "
AxVLCPlugin21.playlist.add(rtsp1a, , options)
AxVLCPlugin21.playlist.playItem(0)
Re: vlc on vb.net about take snapshot
Posted: 11 Apr 2016 14:35
by da2424
Re: vlc on vb.net about take snapshot
Posted: 12 Apr 2016 10:26
by olgun
YES. working but , i would like specific snapshot file name and directory.
snapshot options not working on .net (":snapshot-prefix=vlcsnap :no-video-title-show :network-caching=350 ")