解决The function is notimplemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support的问题

参考自stackoverflow.com

使用matplotlib显示图片,而不是用opencv的cv2.imshow()

plt.imshow(img, cmap = 'gray')
plt.show()

 

你可能感兴趣的:(树莓派)