Results 1 to 3 of 3

Thread: Is there any way to synchronize the display of images

  1. #1
    Join Date
    Mar 2007
    Posts
    19
    Thanks
    2
    Qt products
    Qt3
    Platforms
    Unix/X11

    Smile Is there any way to synchronize the display of images

    i am working on parallel graphics i m displaying one image on 4 different clients but the image is not displayed at same time some tile is displyed image earlier and some takes time

    i am using mpich for message passing so is there any way to synchronize these events so that all images will be displyed simultaneously

    i am using linux redhat 9 smp
    QT3 and openGL for image division and dislay
    mpich1.2.7

    so plz help me

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

    Default Re: Is there any way to synchronize the display of images

    Ok, but what is the problem related to Qt?

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Is there any way to synchronize the display of images

    First of all you have to know how much time it takes to communicate between the server and the clients. This way you will know how many frames you have to buffer. The second thing you need to know is the maximum allowed delay between the first client that shows a new frame and the last one.

    Most likely you will have to synchronise the time between the server and the clients (for example using NTP) and attach some kind of a timestamp to each frame. Also check whether the processing on the client doesn't take too long, so you can fit into the desired framerate.

Similar Threads

  1. Replies: 8
    Last Post: 18th March 2011, 11:27
  2. Display multiple Images in a widget
    By jeetu_happy in forum Qt Programming
    Replies: 2
    Last Post: 7th March 2007, 11:24
  3. Display animated images
    By suresh in forum Qt Programming
    Replies: 1
    Last Post: 27th January 2007, 21:53
  4. How to display images in QTextBrowser ?
    By probine in forum Qt Programming
    Replies: 1
    Last Post: 12th January 2007, 08:58
  5. Widget to display images and text ?
    By probine in forum Qt Tools
    Replies: 4
    Last Post: 9th October 2006, 20:49

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.