I am looking for well working using camera device CMAKE file to compare my cmake errors
-
Hi,
The camera application I am trying to develop does not work on a physical Android device.
The demo coffee application works on my Android device, but the camera application does not.
To understand where the error is, I need the CMake file that runs the camera application.
Thank you in advance.
Best regards -
Hi,
Don't you have the sources of the demo application ?
-
There is only a .pro - file:
https://code.qt.io/cgit/qt/qtdoc.git/tree/examples/demos/coffee -
There is only a .pro - file:
https://code.qt.io/cgit/qt/qtdoc.git/tree/examples/demos/coffee -
@SGaist said in I am looking for well working using camera device CMAKE file to compare my cmake errors:
@Christian-Ehrlicher I beg to differ :-) https://code.qt.io/cgit/qt/qtdoc.git/tree/examples/demos/coffee/CMakeLists.txt
You're right, stupid me :)
I was already puzzled why they use qmake in qtdoc... -
Thank you for your reply . I had a looked at demo application. It works on my tablet. I know that. But an application with camera device does not work. I wonder where is the problem. I would like to compare with another well working app codes.
@MT34 said in I am looking for well working using camera device CMAKE file to compare my cmake errors:
I wonder where is the problem
You don't say what exactly does not work
-
:-1: warning: Product type is not an application, not building an APK.
:-1: error: The process "C:\Qt\6.9.2\mingw_64\bin\androiddeployqt.exe" exited with code 255.@MT34 This is same question you asked here: https://forum.qt.io/topic/163263/product-type-is-not-an-application-not-building-an-apk. ?