You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version (or hash if on master) of pybind11 are you using?
2.11.1
Problem description
Hi everyone I'm a newbie learning C++ and I am trying to convert c++ cv::Mat into python numpy, when I runing code, An exception was encountered. return code: code -1073741819 (0xC0000005) and no more detail
I also tried this solution: https://github.com/pthom/cvnp and #538 but got same exception
How can I solve this problem?
Required prerequisites
What version (or hash if on master) of pybind11 are you using?
2.11.1
Problem description
Hi everyone I'm a newbie learning C++ and I am trying to convert c++ cv::Mat into python numpy, when I runing code, An exception was encountered. return code: code -1073741819 (0xC0000005) and no more detail
I also tried this solution: https://github.com/pthom/cvnp and #538 but got same exception
How can I solve this problem?
env info:
windows10 msvc 2022 opencv4.5.5 pybind11 2.11.1 python 3.8.10
Reproducible example code
Is this a regression? Put the last known working version here if it is.
Not a regression
The text was updated successfully, but these errors were encountered: