Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Black screen before HMI is rendered for the first time

Black screen before HMI is rendered for the first time

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 172 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.
  • A Offline
    A Offline
    AdarshKale
    wrote on last edited by
    #1

    Hello Qt Experts!!!
    We have a situation as described below.

    We have a Welcome animation rendered on the embedded system, and immediately once the animation is complete, HMI is rendered on the Display.
    we are seeing a second of black screen rendered on the display between the switch in Animation and HMI.
    The animation is a video rendered in a different pipeline from the platform (Non QT)

    As an experiment we tried as below.
    In the very first QML which gets called, we added a simple rectangle of color green and added a trace in onCompleted of that Ractangle component.
    we could see that the oncompleted is called even when the animation is in its last frames. which ensures, the QML is ready to be rendered.

    We have pipeline where the animation is lower priority than HMI.
    Can you please suggest where could this black screen being rendered?

    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