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. I.MX6 Eglfs documentation

I.MX6 Eglfs documentation

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 2.6k 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.
  • D Offline
    D Offline
    denizlitr
    wrote on last edited by
    #1

    Hi all,
    I have the following application:
    Qt Widget application running on /dev/fb1 (overlay frame buffer), csi cam showing cam contents on /dev/fb0 (primary fb).
    Qt widget has to run on overlay fb, because the application needs to overlay dynamic content on the video stream.

    Actually, everthing works as it should.
    I also thought, i have the right approach for this application, until I saw this article: "i.MX 6 Qt Wiki":http://qt-project.org/wiki/i.MX-6

    and here is the part which I did not exactly get:

    bq. "When having multiple displays connected (e.g. the touch LCD panel and HDMI), there are two framebuffer devices: /dev/fb0 and /dev/fb2. Note that fb1 and fb3 are overlays for fb0 and fb2 and are not useful for our purposes here."

    Is there a technical reason, why the overlay fb (fb1 or fb3) is not useful for eglfs?

    regards

    1 Reply Last reply
    0
    • A Offline
      A Offline
      agocs
      wrote on last edited by
      #2

      There's no problem with using those, that wiki page just ignores the use case you have (overlaying something on top of some video) and instead talks about the simple case where you just want some (non-overlayed) content on a given screen.

      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