Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. [ADVICE]. WHICH is the BEST choice for video buffer and display method?
Forum Update on Monday, May 27th 2025

[ADVICE]. WHICH is the BEST choice for video buffer and display method?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
dspyoctovideo buffermethod
6 Posts 2 Posters 2.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    esys9999
    wrote on last edited by esys9999
    #1

    Dear all embedded professional,
    I would like to get video frame buffer and display on LCD screen.
    How data transfer method that is the best choice for video buffer and display in my case?
    I have a plan to use PIPE method. I use 2 pipes, one for data (video) frame transfer and one for controlling commands.
    My platform is a KIT using DSP (DM3730, Arm cortex A8). Linux distro built based on Yocto Project.
    The block diagram like this:

    Camera --> DSP kit (Yocto Linux OS)--> LCD touch-screen.

    Thank you very much!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      You question's not really clear, are you searching for advices on how to do it with Qt or just in general ? If the former, you'll be interested by the QtMultimedia module.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • E Offline
        E Offline
        esys9999
        wrote on last edited by esys9999
        #3

        Dear sir,
        I would like to know How to do it with Qt (Use which module?)
        I wanna get the data (video frame buffer) which is processed by DSP and then display it on Qt application form.

        Thank for your reply sir!

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Like I wrote, QtMultimedia would be a starting point.

          Do you already have an API to get these DSP processed video frame buffer ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1
          • E Offline
            E Offline
            esys9999
            wrote on last edited by
            #5

            Thank your sir!
            I'm going to discover QtMultimedia module on Qt 4.7

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              4.7 ? Then you will have to take a look at the Qt Mobility module.

              If you are locked to the Qt 4 series, please upgrade to at least 4.8.7. If not locked then consider using Qt 5.6.0 which just got released and is LTS.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved