|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Raw data accessHi list!
Is there already some possibility in phonon to access the images of a video-stream (e.g. of a direct-show device)? Does the VideoWidget for example get access to the actual images (the code of videowidget.cpp is quite small and I coulnd't find anything in this direction)? Or does it intermediate only between the source and the drawing functions of the actual backend? thx a lot! -Thomas _______________________________________________ kde-multimedia mailing list kde-multimedia@... https://mail.kde.org/mailman/listinfo/kde-multimedia |
|
|
Re: Raw data accessOn Thu, Oct 2, 2008 at 8:41 AM, tomsen <mail@...> wrote:
> > Hi list! > > Is there already some possibility in phonon to access the images of a > video-stream (e.g. of a direct-show device)? Does the VideoWidget for > example get access to the actual images (the code of videowidget.cpp > is quite small and I coulnd't find anything in this direction)? Or > does it intermediate only between the source and the drawing functions > of the actual backend? > > thx a lot! > -Thomas Yea the Phonon code itself doesn't have access to it. There was a proposal for an API to allow screenshots of video (actually I forget if this went in or not?). The API would be implemented by the backend, which does have access to everything. Ian _______________________________________________ kde-multimedia mailing list kde-multimedia@... https://mail.kde.org/mailman/listinfo/kde-multimedia |
|
|
RE: Raw data accessIan is right.
The backend has access to video data. We even have our own video renderer (have a look at videorenderersoft.cpp in the DirectShow backend). There is no interface for that in the frontend so no application can access it. As for the screenshot, we're considering adding it at some point but it's not yet done. Regards, Thierry -----Original Message----- From: Ian Monroe [mailto:ian@...] Sent: jeudi 2 octobre 2008 15:48 To: For discussion of multimedia (sound/video) issues under KDE Subject: Re: Raw data access On Thu, Oct 2, 2008 at 8:41 AM, tomsen <mail@...> wrote: > > Hi list! > > Is there already some possibility in phonon to access the images of a > video-stream (e.g. of a direct-show device)? Does the VideoWidget for > example get access to the actual images (the code of videowidget.cpp > is quite small and I coulnd't find anything in this direction)? Or > does it intermediate only between the source and the drawing functions > of the actual backend? > > thx a lot! > -Thomas Yea the Phonon code itself doesn't have access to it. There was a proposal for an API to allow screenshots of video (actually I forget if this went in or not?). The API would be implemented by the backend, which does have access to everything. Ian _______________________________________________ kde-multimedia mailing list kde-multimedia@... https://mail.kde.org/mailman/listinfo/kde-multimedia _______________________________________________ kde-multimedia mailing list kde-multimedia@... https://mail.kde.org/mailman/listinfo/kde-multimedia |
| Free Forum Powered by Nabble | Forum Help |