twistedfall

Results 193 comments of twistedfall

Hi, what is the actual error you are getting as the result of your program?

> It is not obvious to me why we have both the 'videoio::VideoCapture::from_file' and 'videoio::VideoCapture::open_file' functions that take the same parameters. The former constructs the `VideoCapture` instance, the latter operates...

Sounds like `img_hash` module is not built in the `opencv_world460.dll`, but is present in the headers in `E:\Libraries\C++\opencv_gpu\opencv_build\install\include`. Are the headers matching with the library being used? As a workaround...

Can you please post the full output of `cargo build -vv` after doing a `cargo clean`?

Great find! I'll update the troubleshooting guide

Can you please try that with the latest opencv crate version? Other than that please refer to this issue about static building: https://github.com/twistedfall/opencv-rust/issues/104 At the moment static building is not...

@slavb18 Not really, it's a very difficult thing to debug. Workaround by building the OpenCV from source should work

I'm going to close this issue as it is quite old and the structure of modules has changed quite considerably since. Please feel free to reopen if you still have...

I'm going to close this issue as it is quite old. If you still experiencing this issue please feel free to reopen.

I'll close this issue in favor of https://github.com/twistedfall/opencv-rust/issues/313 Solving that one will also solve this.