Demetrios Seferlis

Results 5 comments of Demetrios Seferlis

Thanks for reply. Project build produces a libOpenCvSharpExtern.so. Running ldd libOpenCvSharpExtern.so (even with full path) i get the error "not a dynamic executable". Am I missing something? EDIT: using file...

> Is your OS 32bit ? Yes. It's the default for raspberry i think. At least in the official imager.

So I should build library on pi i guess. Is there plans to release lib for arm32?

Thank you!!! I hadn't realize Pi can run 64bit OS...

What I don't get is that building project for linux-arm, which produces 32bit executable, libOpenCvSharpExtern.so is included in output directory, but when building for linux-arm64, which produces 64bit executable, libOpenCvSharpExtern.so...