First time here? Check out the FAQ!
answered 2019-06-01 07:45:17 -0600
Try this:
ret, corners = cv.findCirclesGrid(gray, (2,2), None, flags = cv.CALIB_CB_ASYMMETRIC_GRID)