I am constantly uploading two images from two cameras on the GPU. I am using GPU SURF to find corresponding features. However, after a while running the program, I am receiving this error:
opencv-2.4.9/modules/nonfree/src/cuda/surf.cu:250: error: (-217) the launch timed out and was terminated in function icvCalcLayerDetAndTrace_gpu Aborted (core dumped)
I am calling the GPU SURF from a thread. Any help please? Thanks!