-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception in constructor of cv::cuda::Stream #2705
Comments
We don't support outdated versions. |
Thank you for update! Looks like this problem is the same and related to Closing as "duplicate". |
@alalek |
There is automatic cross-reference link in original issue. |
Please try to build and run OpenCV CUDA tests (to ensure that CUDA runtime works). |
Thank you! Now I see.
Could you please explain what exactly should be tested? I need to check that CUDA rutime works before or after exception? Or I should launch a separate test application? |
Build and run |
System information (version)
Detailed description
Exception occured in constructor of cv::cuda::Stream after caught exception from cv::cuda::warpPerspective (see issue #2361).
Steps to reproduce
Code based on example from issue #2361
The text was updated successfully, but these errors were encountered: