Results 1 to 4 of 4

Thread: grab images from Phonon video

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

    Default grab images from Phonon video

    hi,

    I'm working on an application that needs to read video files or webcams and then processes the individual video frames. I want to use phonon, because accessing the videos is so simple. But I don't see a way who I can get the imagedata of individual frames.
    My algorithems work on QImages, so I need to convert the video frames to QImages.

    I tried to use QPixmap::grabWidget(videoWidget) and then transform the QPixmap into a QImage, but I get a lot of graphic errors.

    Is there a nicer way to get video frames from Phonon? Phonon seem to be a really abstract API.

  2. #2
    Join Date
    Jul 2008
    Posts
    47
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: grab images from Phonon video

    With Phonon you don't have access to single frames.
    There maybe in future support for it, but I haven't seen any commit to it yet.

    I don't think you can use Phonon for your purpose.

  3. #3
    Join Date
    Dec 2008
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: grab images from Phonon video

    that is sad, although I found something interesting in http://vir.homelinux.org/blog/archiv...-+-Quasar.html

    Phonon now can give the raw video frames (as RGB, YV12 or YUY2) to an application[...]
    This sounds promising, but I could not find any other source confirming that, not even the API docs. The post is from Aug 2008, so maybe this is still beta and not included in my QT4.4.

  4. #4
    Join Date
    Jul 2008
    Posts
    47
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: grab images from Phonon video

    I have read this blog post of Matthias as well.

    Let's make it short: Quasar is still in playground of KDE repository - so not even near to release.
    As KDE 4.2 is frozen it won't be released till at least 4.3.

Similar Threads

  1. v4l2 video capture input in Phonon
    By abbot in forum Qt Programming
    Replies: 6
    Last Post: 16th February 2011, 10:31
  2. QT 4.4 / Phonon / Video / Rendering a single frame
    By rextr in forum Qt Programming
    Replies: 10
    Last Post: 5th January 2011, 13:47
  3. Video freezes during mpeg video playback using Phonon
    By davejames in forum Qt Programming
    Replies: 2
    Last Post: 12th January 2009, 08:45
  4. Phonon video not playing
    By SidGBF in forum Qt Programming
    Replies: 2
    Last Post: 11th July 2008, 15:30

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.