Closed minifigone closed 5 years ago
Research what needs to be done to import a video using OpenCV and give the memory to our C files.
https://stackoverflow.com/questions/13709274/reading-video-from-file-opencv https://docs.opencv.org/3.0-beta/doc/py_tutorials/py_gui/py_video_display/py_video_display.html https://www.learnopencv.com/read-write-and-display-a-video-using-opencv-cpp-python/
Will be obtaining frames one at a time using the C++ videoLoader file.
Research what needs to be done to import a video using OpenCV and give the memory to our C files.