Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

no it is not about loops, there is indeed no overload for imshow(), that takes a pointer to a cv::Mat, you have to dereference it:

 imshow("Video", *pImg);