pythonic-cv icon indicating copy to clipboard operation
pythonic-cv copied to clipboard

LockedCamera/VideoReader subclass callback example

Open ES-Alexander opened this issue 5 years ago • 0 comments

Create an example subclassing LockedCamera and/or VideoReader using get_camera_image as a callback within the main processing function, for processing which doesn't lend itself to being split in two, and/or variable processing times that can predict vaguely when it will finish and can more accurately try to have grabbing return precisely when processing completes.

ES-Alexander avatar Jul 31 '20 02:07 ES-Alexander