Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. module “QtMultimedia” is not installed

module “QtMultimedia” is not installed

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
6 Posts 5 Posters 6.2k Views 1 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.
  • D Offline
    D Offline
    doelldd
    wrote on last edited by
    #1

    I've installed Qt and Qtcreator on a Raspberry Pi 3 using the normal apt-get install method. Everything seems to work fine except when I try to build the declarative-camera example or other multimedia examples I get an error saying "module "QtMultimedia" is not installed". Then the empty white application window pops up.

    I've tried installing and reinstalling all the required packages such as libqt5multimedia5, qtmultimedia5-dev, etc and it just says they are installed with newest version.

    Has anyone had success with getting qt multimedia working on raspberry pi?

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

      Hi and welcome to devnet,

      Did you also install the qt5declarative packages ?

      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
      • M Offline
        M Offline
        MajidKamali
        wrote on last edited by
        #3

        I have some issues on Raspberry with QtMultimedia (here).

        I had to manually compile QtMultimedia and copy libQtMultimediaQuick.so (and related libs) and qml folder of the compiled module to RPi and it works (almost).

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

          When using the distribution provided packages, the correct thing to do is to install the libqt5multimediaquick5.

          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
          • T Offline
            T Offline
            tenzinsean
            wrote on last edited by
            #5

            any option to install from terminal ? im newbie qt. i face same problem.

            jsulmJ 1 Reply Last reply
            0
            • T tenzinsean

              any option to install from terminal ? im newbie qt. i face same problem.

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @tenzinsean said in module “QtMultimedia” is not installed:

              any option to install from terminal ?

              Yes, like any other package on your OS.
              On Debian based Linux system like this:

              sudo apt install libqt5multimedia5
              

              or what ever package you need...

              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