我实验了下opencv(我用的是IBM的powerpc的处理器)
我用conda install opencv装的,结果import cv2后无法读取视频文件的每一帧。

import cv2
cap = cv2.VideoCapture(video_path)
print(cap.isOpened())
返回False

-- 

--- 
You received this message because you are subscribed to the Google Groups "TUNA 
主邮件列表" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

回复