Results 1 to 2 of 2

Thread: Efficient way to plot fast forward in replay mode

  1. #1
    Join Date
    Nov 2014
    Posts
    23
    Thanks
    4

    Default Efficient way to plot fast forward in replay mode

    I have a task to implement replay functionality with Qwtplot...I am able to plot start , stop , pause....but with fast forward option, my curve is not plotting fast... i believe my plotting code takes time to process ...... I use QDirectPainter for curve plotting....

    Is there any solution ......

  2. #2
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,311
    Thanked 879 Times in 827 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Efficient way to plot fast forward in replay mode

    Decouple the sample rate from the plot refresh rate. It is not necessary to have faster more updates, than what a human eye can accept. IMHO for a growing curve 10fps should be good enough.

    A different question is how to find the most performant update strategy. But this usually depends on the charactistics of your plot - something I don´t know.

    Uwe

Similar Threads

  1. Replies: 1
    Last Post: 23rd April 2014, 10:03
  2. Replies: 5
    Last Post: 20th August 2012, 20:50
  3. Replies: 1
    Last Post: 7th March 2012, 21:34
  4. Replies: 7
    Last Post: 19th October 2010, 13:54
  5. Replies: 1
    Last Post: 2nd November 2009, 12:02

Tags for this Thread

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.