Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QtCam Application Build issue in Ubuntu 18.04 #36

Open
fadhel086 opened this issue Nov 21, 2019 · 2 comments
Open

QtCam Application Build issue in Ubuntu 18.04 #36

fadhel086 opened this issue Nov 21, 2019 · 2 comments

Comments

@fadhel086
Copy link

when building the application as mentioned in INSTALL doc:

Using Console:

  1. Goto your git clone path.
  2. cd src/
  3. Set LAUNCHPAD macro in common.h to 0.
  4. qmake --->

response obtained is
No LSB modules are available.
Project MESSAGE: x86_64 bit libs
Project ERROR: Unknown module(s) in QT: multimedia qml quick

Similarly when installing dependencies the following error is obtained:
E: Unable to locate package qtdeclarative5-dialogs-plugin
E: Unable to locate package qtdeclarative5-qtmultimedia-plugin

@e-consystemgit
Copy link

The above packages "qtdeclarative5-dialogs-plugin" and "qtdeclarative5-qtmultimedia-plugin" will not have support in 18.04 .Instead of it you can install "qml-module-qtquick-dialogs" and "qml-module-qtquick-extras" packages to get rid of project Error it shown.We updated the INSTALL file with these packages.You can refer it in case of any doubt.

@Ravisurya-VN
Copy link

I am trying to compiler qtcam sample camera application on the ubuntu 18.04 LTS version. I am also using Logitech HD Webcam C310 as it is one of the supported USB 2.0 Cameras by the application.

My development environment looks like below:-
HOST : Ubuntu 18.04 LTS
Qt Version : 5.11.3
Compiler: gcc x86 64

I have two questions :-
Q1 : - When I set the LAUNCHPAD as 0, the application builds fine and launches the application also fine but the camera view is not showing up. Please let me know what could be the problem.

Q2:- I also have target IMX7 embedded board for which I have the
compiler:- arm-linux-generic-elf-32bit
Qt: 5.11.3
I have also installed gstreamer good,bad ,ugly and gstream1.0-libav packages, when compiled for the target I am getting error as "libavcodec/avcodec.h is not a file or a directory", how to fix this issue?
qt_camera-view

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants