computer-vision icon indicating copy to clipboard operation
computer-vision copied to clipboard

Reading Input [Image Import]

Open benjaminwinger opened this issue 10 years ago • 1 comments

The image import class is completely unimplemented at its current state.

ImageImport needs to be able to read from image files, video files and video devices and populate a buffer full of frames which can be removed from the buffer with next_frame() (next_frame() will be queried by multiple threads and thus must be thread safe!).

benjaminwinger avatar Oct 10 '15 03:10 benjaminwinger

Done!

sarimzafar avatar Apr 22 '16 00:04 sarimzafar