aisingapore / PeekingDuck

A modular framework built to simplify Computer Vision inference workloads.
Apache License 2.0
163 stars 39 forks source link

fix bug: input not mirrored if mirror_image=True and threading=False #706

Closed ongtw closed 2 years ago

ongtw commented 2 years ago

input.visual mirror_image does not work when threading is False due to bug in VideoNoThread->read_frame().

This PR fixes this bug.

ongtw commented 2 years ago

Cancelled: better to fix bug in main and then merge main into dev later.