Sign-Language
Sign-Language copied to clipboard
Working on Respberry Pi
i need your help to work on RPI 3 this error contour = max(contours, key = cv2.contourArea) cv2.error: /build/opencv-L65chJ/opencv-3.2.0+dfsg/modules/imgproc/src/shapedescr.cpp:320: error: (-215) npoints >= 0 && (depth == CV_32F || depth == CV_32S) in function contourArea
most likely the contours is coming as a float type of array whereas it should be int
Install opencv3.4 instead of 3.2