Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

BSOD (Kernel Security Check) when using T-API in OpenCV 3.1.0 (VS12x64)

Hi all,

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 T-API. Just reading a simple cv::UMat crashes everything, if I don't use the T-API (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.

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

Thanks in advance.

BSOD (Kernel Security Check) when using T-API in OpenCV 3.1.0 (VS12x64)

Hi all,

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 T-API. Just reading a simple cv::UMat crashes everything, but if I don't use the T-API (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.

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

Thanks in advance.

BSOD (Kernel Security Check) Check Failure) when using T-API in OpenCV 3.1.0 (VS12x64)

Hi all,

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 T-API. Just reading a simple cv::UMat crashes everything, but if I don't use the T-API (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.

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

Thanks in advance.

EDIT:

As I said, just reading a simple cv::UMat crashes everything:

UMat img = imread("test_image.jpg").getUMat(ACCESS_READ);

after that line I get a bsod (I'm using Windows 10):

image description

BSOD (Kernel Security Check Failure) when using T-API in OpenCV 3.1.0 (VS12x64)x64 (VS12)

Hi all,

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 T-API. Just reading a simple cv::UMat crashes everything, but if I don't use the T-API (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.

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

Thanks in advance.

EDIT:

As I said, just reading a simple cv::UMat crashes everything:

UMat img = imread("test_image.jpg").getUMat(ACCESS_READ);

after that line I get a bsod (I'm using Windows 10):

image description

click to hide/show revision 5
retagged

BSOD (Kernel Security Check Failure) when using T-API in OpenCV 3.1.0 x64 (VS12)

Hi all,

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 T-API. Just reading a simple cv::UMat crashes everything, but if I don't use the T-API (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.

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

Thanks in advance.

EDIT:

As I said, just reading a simple cv::UMat crashes everything:

UMat img = imread("test_image.jpg").getUMat(ACCESS_READ);

after that line I get a bsod (I'm using Windows 10):

image description