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. QML Camera type is so heavy
Forum Updated to NodeBB v4.3 + New Features

QML Camera type is so heavy

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 2 Posters 405 Views 2 Watching
  • 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.
  • AlienA Offline
    AlienA Offline
    Alien
    wrote on last edited by
    #1

    Hi,

    After profiling my application by "QML Profiler" It seems that Camera type is so heavy that influence on application startup time I use loader and asynchronous but there is merely difference achieved at the end.
    Do you have any suggestion for me?

    Yours,

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Are you on Linux? In my experience QML Camera is especially slow on Linux. There were some fixes for it back in Qt 5.12.1 I think. So make sure you are using the newest Qt and up-to-date system.

      One solution I have found, but which is a bit ugly - use QCamera from QtWidgets. It works way faster.

      (Z(:^

      AlienA 1 Reply Last reply
      1
      • sierdzioS sierdzio

        Are you on Linux? In my experience QML Camera is especially slow on Linux. There were some fixes for it back in Qt 5.12.1 I think. So make sure you are using the newest Qt and up-to-date system.

        One solution I have found, but which is a bit ugly - use QCamera from QtWidgets. It works way faster.

        AlienA Offline
        AlienA Offline
        Alien
        wrote on last edited by
        #3

        @sierdzio yes I use Linux ,thanks for your reply but is there a better way to speed up Camera?

        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