Search found 2 matches

Go to advanced search

by macropolo
31 Jul 2019 13:44
Forum: Development around libVLC
Topic: Getting video frames Bitmaps...
Replies: 2
Views: 2328

Re: Getting video frames Bitmaps...

Many thanks mfkl. I'm going to take a look to it. As far as I understand from my first scan, the deal is with two callback events: LockVideo(IntPtr userdata, IntPtr planes) DisplayVideo(IntPtr userdata, IntPtr picture) I will explore the use of these methods to get the corresponding image. Thanks.
by macropolo
30 Jul 2019 17:33
Forum: Development around libVLC
Topic: Getting video frames Bitmaps...
Replies: 2
Views: 2328

Getting video frames Bitmaps...

Dear All, how could be possible to get an event (with a callback method or whatever) to get each new frame feeded to the VLC Player? My intention is to make some video processing over the video stream, so I have to gain access to each new frame as a Bitmap or Canvas object. A syncrhonous event and t...

Go to advanced search