How do I access video data through Phonon?
Unsolved
General and Desktop
-
I want to access individual frames from an RTSP server, ideally as QImages.
How do I do this with Phonon (Qt 4.8, Windows)?
I can create a MediaObject and play the RTSP through a VideoPlayer onto a widget just fine, but that seems to be just about the only thing I can get Phonon to do. I don't want to play video onto a widget. I just want to access the frames and do some internal processing on them. The video is never displayed to the user.