Results 1 to 2 of 2

Thread: image streaming with QT

  1. #1
    Join Date
    Feb 2012
    Location
    Armenia/Yerevan
    Posts
    400
    Thanks
    15
    Thanked 16 Times in 15 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11

    Default image streaming with QT

    consider this scenario. I receive 25 frames (image raw data) per second and need to show this images as video. At first, I tried using OpenGL, but unfortunately, 25 updates per second overpasses the constraint for CPU consumption.
    A fellow suggested to use lib mjpeg streamer to encode and decode data and VLC plugin for image display.
    Honestly, I am not very happy to use this method as I am not much familiar to it, is there any way that I can accomplish this with QT?

    Cheers,

  2. #2
    Join Date
    Feb 2012
    Location
    Armenia/Yerevan
    Posts
    400
    Thanks
    15
    Thanked 16 Times in 15 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11

    Default Re: image streaming with QT

    can I modify the qt multimedia video example to read data from raw image? Could anyone tell me how I can do that please if it is possible.
    Last edited by saman_artorious; 17th August 2013 at 11:38.

Similar Threads

  1. Problems with Image Streaming
    By gorsanmo in forum Newbie
    Replies: 1
    Last Post: 26th April 2011, 17:31
  2. Video streaming
    By somnathbanik in forum Newbie
    Replies: 9
    Last Post: 4th November 2010, 10:38
  3. Video Streaming
    By stefandetter in forum Qt Programming
    Replies: 1
    Last Post: 4th June 2008, 09:59
  4. Video streaming with QT4
    By QiT in forum Qt Programming
    Replies: 1
    Last Post: 10th April 2008, 18:09

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.