VideoCapture.retrieve
bool cv::VideoCapture::retrieve(
Mat image,
int flag = 0
)
bool VideoCapture.Retrieve(
Mat image,
int flag = 0
)
retval, image = cv2.VideoCapture.retrieve(
flag
)
Important:
비디오에 프레임이 없다면 비어 있는 이미지를 반환합니다.
요약(Summary)
비디오 읽기에서 프레임을 읽어 반환합니다.
매개변수(Parameter)
프레임(image)
비디오 읽기에서 디코딩된 프레임
플래그(flag)
특정 프레임 번호나 드라이버의 특정 플래그
반환값(Returns)
결괏값(retval)
프레임을 읽은 경우, 참(True) 값을 반환