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

fix(plugin): load mediapipe_c.dll on Windows properly #455

Merged
merged 2 commits into from
Feb 21, 2022

Conversation

homuler
Copy link
Owner

@homuler homuler commented Feb 21, 2022

fix #445 .

On Windows, the loader does not search libmediapipe_c.dll but mediapipe_c.dll, so DllNotFoundException occurs on starting the built app when the Load on Startup option is not enabled.
In addition to that, because opencv_world3416.dll was not placed in the same folder as mediapipe_c.dll, the loader was failing to find opencv_world3416.dll.

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

Successfully merging this pull request may close these issues.

GlobalConfigManager: Global config file does not exist
1 participant