MCPcopy
hub / github.com/makelove/OpenCV-Python-Tutorial / 5.VideoPlay.py

File 5.VideoPlay.py

ch05-视频/5.VideoPlay.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import numpy as np
2import cv2
3
4cap = cv2.VideoCapture('../data/vtest.avi')

Callers

nothing calls this directly

Calls 3

getMethod · 0.80
isOpenedMethod · 0.80
readMethod · 0.45

Tested by

no test coverage detected