Re: [Interest] Rendering 3d object on webcam video

2021-03-03 Thread Mike Krus via Interest
Hi try putting the camera first, then setting the clear colour of your frame graph to “transparent” ? Mike > On 3 Mar 2021, at 14:28, Alex john wrote: > > > Hello, > > I am trying to overlay a 3d object(.obj file) on top of the video, I could > successfully load the .obj file and rendere

[Interest] Rendering 3d object on webcam video

2021-03-03 Thread Alex john
Hello, I am trying to overlay a 3d object(.obj file) on top of the video, I could successfully load the .obj file and rendered it by refering to example https://doc.qt.io/qt-5/qt3d-wireframe-example.html, later I changed the code in main.qml by raping Entity from main.qml into Scene3D and tried t

Re: [Interest] Need help to configure qt6 under Windows 10

2021-03-03 Thread Liang Jian
Ok, Now I know the problem, I clone qt git repository and run > perl init-repository which will clone all the sub-repository of qt, I have removed some will known sub-modules which are not meant to be supported until qt 6.2 but there are more sub-module I have to remove. I will check them

Re: [Interest] Need help to configure qt6 under Windows 10

2021-03-03 Thread Kai Köhne
Hi Liang, Searching for ‘CMake error’ shows up Configuring 'qtgraphicaleffects' CMake Error at qtbase/cmake/QtPluginHelpers.cmake:69 (add_library): add_library cannot create target "qtgraphicaleffectsplugin" because another target with the same name already exists. The existing target is a

Re: [Interest] Need help to configure qt6 under Windows 10

2021-03-03 Thread Kai Köhne
> Von: Interest Im Auftrag von Liang Jian > Gesendet: Mittwoch, 3. März 2021 09:43 > An: Macieira, Thiago > Cc: Interest > Betreff: Re: [Interest] Need help to configure qt6 under Windows 10 > >    Thank you for the suggestion. Since all the documentations I have read so >far tell me to build

Re: [Interest] Need help to configure qt6 under Windows 10

2021-03-03 Thread Liang Jian
Thank you for the suggestion. Since all the documentations I have read so far tell me to build qt6 with configure first, such as Building Qt 6 from Git - Qt Wiki , I have no idea how to configure and build qt6 using CMake directly since qt build syste