MCPcopy Create free account
hub / github.com/DeepLabCut/DeepLabCut / check_video_integrity

Function check_video_integrity

deeplabcut/utils/auxfun_videos.py:352–355  ·  view source on GitHub ↗
(video_path)

Source from the content-addressed store, hash-verified

350
351
352def check_video_integrity(video_path):
353 vid = VideoReader(video_path)
354 vid.check_integrity()
355 vid.check_integrity_robust()
356
357
358def imread(image_path, mode="skimage"):

Callers

nothing calls this directly

Calls 3

check_integrityMethod · 0.95
VideoReaderClass · 0.85

Tested by

no test coverage detected