bytedeco/javacv

About FlyCapture2FrameGrabber LinkError

Open

#1,248 opened on Jul 14, 2019

View on GitHub
 (3 comments) (0 reactions) (1 assignee)Java (1,583 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I need to use a Pointgrey camera, but when I new FlyCapture2FrameGrabber, there's an UnsatisfiedLinkError on jniFlyCapture2.dll. Then I check the dll by Denpendency Walker, here's the error: Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module. Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module. Is there any way to solve this problem? Thanks

Contributor guide