1 | initial version |
You are using MinGW 4.4, so may I ask against which libraries you are linking? I would suggest to build OpenCV by yourself, there are good tutorial over at:
Also in the error message you have provided, you can see that the faulting module is libopencv_core242
:
Fault Module Name: libopencv_core242.dll Fault Module Version: 0.0.0.0 Fault Module Timestamp: 50da6896 Exception Code: c0000005
If your application was crashing due to the FaceRecognizer
, the contrib
module (libopencv_contrib242
) should be causing the error. So my suggestion is to rebuild OpenCV from source for your setup and I bet a lot of errors are going to disappear.
2 | No.2 Revision |
You are using MinGW 4.4, so may I ask against which libraries you are linking? I would suggest to build OpenCV by yourself, there are good tutorial tutorials over at:
Also in the error message you have provided, you can see that the faulting module is libopencv_core242
:
Fault Module Name: libopencv_core242.dll Fault Module Version: 0.0.0.0 Fault Module Timestamp: 50da6896 Exception Code: c0000005
If your application was crashing due to the FaceRecognizer
, the contrib
module (libopencv_contrib242
) should be causing the error. So my suggestion is to rebuild OpenCV from source for your setup and I bet a lot of errors are going to disappear.
3 | No.3 Revision |
You are using MinGW 4.4, so may I ask against which libraries you are linking? I would suggest to build OpenCV by yourself, there are good tutorials over at:
Also in the error message you have provided, you can see that the faulting module is libopencv_core242
:
Fault Module Name: libopencv_core242.dll Fault Module Version: 0.0.0.0 Fault Module Timestamp: 50da6896 Exception Code: c0000005
If your application was crashing due to the FaceRecognizer
, the contrib
module (libopencv_contrib242
) should be causing the error. So my suggestion is to rebuild OpenCV from source for your setup and I bet a lot of errors are going to disappear.
Also for a similar error please see: