Search found 4 matches

Go to advanced search

by burnerx
01 Jul 2020 12:13
Forum: Development around libVLC
Topic: SetVideoCallbacks
Replies: 8
Views: 1863

Re: SetVideoCallbacks

My need is do operations for live video feed at realtime. What kind of operations? pixel & byte remapping, bitwise transpose and cutting & sending it to multiple devices with proprietary protocol. Currently I manage do that with 30fps from local frames but thing is that I try get live video...
by burnerx
01 Jul 2020 11:31
Forum: Development around libVLC
Topic: SetVideoCallbacks
Replies: 8
Views: 1863

Re: SetVideoCallbacks

[..] and something goes wrong. Yeah, we're gonna need a whole lot more of details here. Start with your full code and full verbose logs. Vlc.DotNet WPF's control has something similar to what you want: https://github.com/ZeBobo5/Vlc.DotNet/blob/develop/src/Vlc.DotNet.Wpf/VlcVideoSourceProvider.cs Y...
by burnerx
01 Jul 2020 09:23
Forum: Development around libVLC
Topic: SetVideoCallbacks
Replies: 8
Views: 1863

Re: SetVideoCallbacks

Oh I forgot mention that I speak c# samples. My need is do operations for live video feed at realtime. In case that our post processor code cannot handle all frames it should start drop frames. Anyway goal is to get almost all frames processed from 30fps stream. So in that case it is right tool to d...
by burnerx
30 Jun 2020 21:25
Forum: Development around libVLC
Topic: SetVideoCallbacks
Replies: 8
Views: 1863

SetVideoCallbacks

I have now used 2 days to try get video frames from stream. By samples it should be easy but I dont find proper documentation for SetVideoCallbacks and something goes wrong. I can get those frames to files with PreviewThumbnailExtractor example. But problems come when I try get it to memory stream o...

Go to advanced search