I am working on Raspberry Pi with OpenCV and I was trying out a tutorial. But I am facing an error when I compile it.
This is the error:
'NoneType' object has no attribute 'shape'.
This is the tutorial I am trying out: http://www.pyimagesearch.com/2015/09/14/ball-tracking-with-opencv/.
Can someone help me solve this?