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. How to Pass QImage to QML from live capture
Qt 6.11 is out! See what's new in the release blog

How to Pass QImage to QML from live capture

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 2 Posters 973 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.
  • G Offline
    G Offline
    Gannu Bangalore
    wrote on last edited by
    #1

    I am currently trying to pass QImage to QML as signal but it is throwing error " Error: Cannot assign QImage to QQuickImage*"
    How to convert QImage to QQuickImage or method to pass QImage to qml and display as Image...Pls help me.

    J.HilkJ 1 Reply Last reply
    0
    • G Gannu Bangalore

      I am currently trying to pass QImage to QML as signal but it is throwing error " Error: Cannot assign QImage to QQuickImage*"
      How to convert QImage to QQuickImage or method to pass QImage to qml and display as Image...Pls help me.

      J.HilkJ Offline
      J.HilkJ Offline
      J.Hilk
      Moderators
      wrote on last edited by
      #2

      hi @Gannu-Bangalore ,

      you'll have to go the way over the qquickimageprovider-class


      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


      Q: What's that?
      A: It's blue light.
      Q: What does it do?
      A: It turns blue.

      G 1 Reply Last reply
      1
      • J.HilkJ J.Hilk

        hi @Gannu-Bangalore ,

        you'll have to go the way over the qquickimageprovider-class

        G Offline
        G Offline
        Gannu Bangalore
        wrote on last edited by
        #3

        @J.Hilk Thank you :)

        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