Hi,
I want to run a simple sample camera application but I have this error:

Qt Code:
  1. defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.camera"
To copy to clipboard, switch view to plain text mode 
Note: I install Qt 5.9.2 in Raspberry Pi3 (Raspbian).

Note: I install this packages but not benefit.

Qt Code:
  1. sudo apt-get install libqt5multimedia5-plugins
  2.  
  3. qtmultimedia5-dev
  4. sudo apt-get install gstreamer-tools
  5. sudo apt-get install gstreamer1.0-tools
  6. sudo apt-get dist-upgrade
  7.  
  8. sudo apt-get install qtmultimedia5-dev libqt5multimediawidgets5 libqt5multimedia5-plugins libqt5multimedia5
  9.  
  10. sudo apt-get build-dep qtmultimedia5-dev
To copy to clipboard, switch view to plain text mode