cekong

导航

2019年8月27日 #

Python openCV TypeError: labels data type = 18 is not supported

摘要: 例如: 错误,需改为 阅读全文

posted @ 2019-08-27 17:19 cekong 阅读(1638) 评论(0) 推荐(0)

ret, frame = cap.read() ret为false?

摘要: 参考:https://stackoverflow.com/questions/42210880/python-cv2-videocapture-does-not-work-cap-isopened-returns-false/52962367#52962367 阅读全文

posted @ 2019-08-27 15:54 cekong 阅读(2414) 评论(0) 推荐(0)

.wine is not owned by you

摘要: 解决: sudo chown root:root -R ~/.wine 或 sudo rm -rf ~/.wine winecfg wine安装cajviewer 参考:https://www.jianshu.com/p/898018da530e 阅读全文

posted @ 2019-08-27 10:13 cekong 阅读(3357) 评论(0) 推荐(0)