Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

you're using c++, not python, thus you have to use "" to escape strings, not ''.

imshow("video", frame);

is probably, what you wanted.