pointCloudX, pointCloudY, pointCloudZ, reprojError = cv2.triangulatePoints(pts1, pts2, E, P, P1) 这段代码运行报错说: projPoints2 is not a numpy array, neither a scalar
怎么解决!