Results 1 to 4 of 4

Thread: Accessing videostream in Phonon

  1. #1
    Join Date
    Jan 2007
    Posts
    68
    Thanks
    9
    Thanked 8 Times in 8 Posts

    Question Accessing videostream in Phonon

    Hello,

    I have a videostream, which is displayed properly by the Phonon VideoPlayer and VideoWidget.

    Now I need to access the Pixeldata of every frame of this stream.
    Does anybody know, if there is some kind of "bitblt" method or something similar, where I could access the Pixeldata of every frame? I don't know if I have to look for such a function in the MediaObject class or the VideoPlayer/VideoWidget classes.

    Maybe somebody knows how to do this, or could give me a hint...

    greets
    darksaga

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Accessing videostream in Phonon

    I think you need to provide your own Sink for the stream. Just don't ask me how to do that - I have no idea... I haven't played with Phonon yet.

  3. #3
    Join Date
    Jan 2007
    Posts
    68
    Thanks
    9
    Thanked 8 Times in 8 Posts

    Default Re: Accessing videostream in Phonon

    I think I'll write an email to the phonon developer. He should know IF it's possible and if so, what you have to do to access the pixeldata of every frame in an videostream.

    I think there should be some other people, who would need such a function, so I will update this thread if there are any news.

    greetz
    darksaga

  4. #4
    Join Date
    Jun 2008
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Accessing videostream in Phonon

    Did you have any success? If yes how did you do it?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.