在OpenCV 3.1.0 x64(VS12)中使用TAPI时BSOD(内核安全检查失败)

时间:2021-08-05 18:22:03

I am having some issues when using OpenCV 3.1.0 (x64) in Visual Studio 2013. Concretely, a Blue Screen with a Kernel Security Check message shows up when I try to use the TAPI. Just reading a simple cv::UMat crashes everything, if I don't use the TAPI (i.e. using classic cv::Mat) everything runs well. I am guessing if it has to be with the GPU. I've got a NVIDIA GTX970m.

我在Visual Studio 2013中使用OpenCV 3.1.0(x64)时遇到一些问题。具体来说,当我尝试使用TAPI时,会出现带有内核安全检查消息的蓝屏。只是阅读一个简单的cv :: UMat会崩溃一切,如果我不使用TAPI(即使用经典的cv :: Mat),一切运行良好。我猜它是否必须与GPU。我有一台NVIDIA GTX970m。

Do you know where the problem could be and how to fix it?

你知道问题出在哪里以及如何解决问题吗?

1 个解决方案

#1


0  

I already found the solution, it was a GPU driver problem. The new version fixed this problem. Just need to update from 361.43 to 361.91.

我已经找到了解决方案,这是一个GPU驱动程序问题。新版本解决了这个问题。只需要从361.43更新到361.91。

#1


0  

I already found the solution, it was a GPU driver problem. The new version fixed this problem. Just need to update from 361.43 to 361.91.

我已经找到了解决方案,这是一个GPU驱动程序问题。新版本解决了这个问题。只需要从361.43更新到361.91。