Results 1 to 9 of 9

Thread: RealTime Images

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Sep 2009
    Posts
    36
    Thanks
    4
    Thanked 5 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: RealTime Images

    Use your GraphicsWidget as teh Center/CentralWidget in QMainWindow and you are done with that.

    About being fast, get your hands on OpenGL, it requires some work and the gain will be rather neglegable (diff<0.1ms *guess*) as QGarphicsScene has internally an OpenGL renderer aswell.

    I think the main delay comes from Server-Client-Net-Code, not from showing the picture in the UI.

    Did you do a test and messure time with a simple QTimer?
    Maybe you should try to trigger a simple update() [SLOT] in your GraphicsView/Scene.

    And beware: DO NOT COPY IMAGES!! Pass pointers or refernces to functions!!

  2. The following user says thank you to soxs060389 for this useful post:

    shiranraviv (30th December 2009)

Similar Threads

  1. Loading corrupt jpeg images with QImage
    By mikeee7 in forum Qt Programming
    Replies: 15
    Last Post: 3rd December 2010, 01:59
  2. Moving images and change their DIP
    By yazwas in forum Qt Programming
    Replies: 1
    Last Post: 26th October 2009, 17:46
  3. QScrollArea not displaying large number of images
    By lpkincaid in forum Qt Programming
    Replies: 1
    Last Post: 31st May 2009, 09:58
  4. Replies: 8
    Last Post: 8th May 2009, 09:14
  5. import large number of images
    By sriluyarlagadda in forum Qt Programming
    Replies: 5
    Last Post: 15th May 2008, 10:26

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
  •  
Qt is a trademark of The Qt Company.