Search code examples
qtvlc-qt

How can I get current frame in vlc-qt?


I make an app that stream video from IP camera by using vlc-qt with Qt 5.7, and I want to get current frame for processing. How I can do it with VlcVideoStream class. Thank you.


Solution

  • You can check this: https://github.com/vlc-qt/vlc-qt/issues/66. The Auther added a API named VlcVideoStream for get stream data.