First time here? Check out the FAQ!
answered 2020-03-05 23:59:39 -0600
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()
imshow("Video", *pImg);