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