Home > other >  Opencv from local video
Opencv from local video

Time:09-21

Opencv can only read a specific directory video: cap.=cv2 VideoCapture (" 2. Avi ")?
How can a bounced from the local video

CodePudding user response:

refer to the original poster yan rain cyan response:
opencv can only read a specific directory video: cap.=cv2 VideoCapture (" 2. Avi ")?
How can a bullet box to video locally

OpenCV itself does not support play box select files, if need to implement bullet box selecting local video, need with the aid of GUI components, first try graphical component, open the file selection box, return to the file path, then the path to the incoming videoCapture function of graphical component can use tkinter or easygui
  • Related