First time here? Check out the FAQ!
answered 2019-10-09 03:22:02 -0600
you're using c++, not python, thus you have to use "" to escape strings, not ''.
""
''
imshow("video", frame);
is probably, what you wanted.