CV_CAP_PROP_FRAME_HEIGHT,180) while(True): time.sleep(0.25) ret, frame = cap.read() height, width, depth = frame.shape #print "H:",height ...
確定! 回上一頁