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

Method close

deeplabcut/utils/auxfun_videos.py:200–201  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

198 self._fps = round(self.video.get(cv2.CAP_PROP_FPS), 2)
199
200 def close(self):
201 self.video.release()
202
203
204class VideoWriter(VideoReader):

Callers 15

CreateVideoFunction · 0.45
proc_videoFunction · 0.45
PlottingResultsFunction · 0.45
draw_bboxFunction · 0.45
plot_evaluation_resultsFunction · 0.45
extract_framesFunction · 0.45
terminateMethod · 0.45

Calls

no outgoing calls

Tested by 8

test_key_str_widthFunction · 0.36
_has_networkFunction · 0.36
clean_loggerFunction · 0.36