Ask Your Question

jeevitha's profile - activity

2020-10-27 01:14:32 -0600 received badge  Popular Question (source)
2019-03-15 04:55:13 -0600 received badge  Editor (source)
2019-03-15 04:55:13 -0600 edited question NameError: name 'cap' is not defined

NameError: name 'cap' is not defined . import cv2 import os dir_path = '/home/ji/YouTubeClips' for name in os.listdir(

2019-03-15 04:41:09 -0600 commented question NameError: name 'cap' is not defined

65000 is a seconds value of frame in video

2019-03-15 04:35:49 -0600 commented answer frame = cv2.VideoCapture.read(capture) AttributeError: 'builtin_function_or_method' object has no attribute 'read'

i want to read all videos then, take a single frame from each video

2019-03-15 04:13:43 -0600 asked a question NameError: name 'cap' is not defined

NameError: name 'cap' is not defined import cv2 import os dir_path = '/home/ji/YouTubeClips' for name in os.listdir(di