Skip to content

Instantly share code, notes, and snippets.

@garybradski
Created July 15, 2017 02:43
Show Gist options
  • Save garybradski/67d9e796c81c0bd349a1a7537db32fd8 to your computer and use it in GitHub Desktop.
Save garybradski/67d9e796c81c0bd349a1a7537db32fd8 to your computer and use it in GitHub Desktop.
imshow in multi-thread environment
if (!fork()) {
cv::imshow("debug", frame_image);
cv::waitKey(0);
exit(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment