mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Implement asynchronous execution for islands
This commit is contained in:
committed by
Ruslan Garnov
parent
cb5921b375
commit
b1f42a6506
@@ -815,6 +815,10 @@ struct GAPI_Streaming_Unit: public ::testing::Test {
|
||||
}
|
||||
};
|
||||
|
||||
// FIXME: (GAPI_Streaming_Types, InputOpaque) test is missing here!
|
||||
// FIXME: (GAPI_Streaming_Types, XChangeOpaque) test is missing here!
|
||||
// FIXME: (GAPI_Streaming_Types, OutputOpaque) test is missing here!
|
||||
|
||||
TEST_F(GAPI_Streaming_Unit, TestTwoVideoSourcesFail)
|
||||
{
|
||||
const auto c_ptr = gapi::wip::make_src<cv::gapi::wip::GCaptureSource>(findDataFile("cv/video/768x576.avi"));
|
||||
|
||||
Reference in New Issue
Block a user