Commit e29d41c8 authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

minor fix in gpu video_writer sample

parent dd6b11b8
......@@ -47,7 +47,7 @@ int main(int argc, const char* argv[])
gpu_times.push_back(tm.getTimeMilli());
cv::imshow("CPU", frame);
cv::imshow("GPU", frame);
cv::imshow("GPU", d_frame);
if (cv::waitKey(3) > 0)
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment