Results 1 to 2 of 2

Thread: outputting the video buffer to the LCD through USB

  1. #1
    Join Date
    Jun 2009
    Posts
    1
    Qt products
    Qt/Embedded

    Default outputting the video buffer to the LCD through USB

    Hi,
    I am using Qt-extended-4.4.3 application framework.

    I am facing the following limitations:
    1. The project is to develop an "application platform" based on ARM processor and has Linux ported on it. Qt will run on this platform. This platform does not have any display capability. All it has to do is to send the display data over USB to a different device which has display unit. Can we configure/port QT to work in such an environment? basically sending display data over USB instead of rendering it itself?
    2. The display unit has touch screen capability. User input through touch screen will be sent to the application platform over UART. This information contains X, Y co-ordinates. Can QT accept these X, Y co-ordinates coming from UART? If so can you please give us some rough idea of what kind of work is involved in porting QT?

    pls let me know any one has suggestions/solutions for the above .

    Rgds,
    Bala

  2. #2
    Join Date
    Jan 2006
    Location
    Alingsås, Sweden
    Posts
    437
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    3
    Thanked 39 Times in 39 Posts

    Default Re: outputting the video buffer to the LCD through USB

    What you need to do is to create your own screen driver and your own pointer device. You can find more information about that here: http://doc.trolltech.com/4.5/qt-embedded-linux.html

Similar Threads

  1. [SOLVED] DirectShow Video Player Inside Qt
    By ToddAtWSU in forum Qt Programming
    Replies: 16
    Last Post: 3rd November 2011, 07:47
  2. Help in creating video streaming app
    By superutsav in forum Qt Programming
    Replies: 16
    Last Post: 21st April 2010, 15:55
  3. grab images from Phonon video
    By Kraut~salat in forum Qt Programming
    Replies: 3
    Last Post: 19th January 2009, 09:53
  4. Video freezes during mpeg video playback using Phonon
    By davejames in forum Qt Programming
    Replies: 2
    Last Post: 12th January 2009, 08:45
  5. To make audio and video file player in Qt
    By merry in forum Qt Programming
    Replies: 11
    Last Post: 24th January 2008, 06:31

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.