Problems with getting the examples running
Hi I finally got the library build and I got simple camera test done.
But as soon as I want to test one of the examples from the Test project it always crashes on:
\GDMP\tasks\vision\vision_task.cc:7
With following error:
For building the library I swapped over to 4.2 branch of godot-cpp I would guess this is already the problem.
Versions of everything: Godot 4.2.2 Stable bazel 7.1.1 opencv 3.4.10 < tried to use the exact same version as in the BUILDING readme, I don't know if I can use the later one. Microsoft Visual Studio 2019
Do you have any Idea what I could try and test or what is the problem maybe?
Hi, do you use the library from GDMP-demo, from action artifacts, or building from source? If you are building from source, could you try out the library from action artifacts to see if it makes the difference?
This works event with 4.2.2. I tried to build from scratch but don't know what was the problem then. Is there a way to speedup the startup?
This works event with 4.2.2. I tried to build from scratch but don't know what was the problem then. Is there a way to speedup the startup?
Since you are building from source, could you try appending --type release to the build command?
./build.py desktop --type release