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

Problems with getting the examples running #39

Open
kanimaru opened this issue May 7, 2024 · 3 comments
Open

Problems with getting the examples running #39

kanimaru opened this issue May 7, 2024 · 3 comments

Comments

@kanimaru
Copy link

kanimaru commented May 7, 2024

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:
grafik

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?

@j20001970
Copy link
Owner

j20001970 commented May 8, 2024

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?

@kanimaru
Copy link
Author

kanimaru commented May 8, 2024

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?

@j20001970
Copy link
Owner

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

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

No branches or pull requests

2 participants