Closed ongtw closed 2 years ago
input.visual mirror_image does not work when threading is False due to bug in VideoNoThread->read_frame().
input.visual
mirror_image
threading
False
VideoNoThread->read_frame()
This PR fixes this bug.
Cancelled: better to fix bug in main and then merge main into dev later.
main
dev
input.visual
mirror_image
does not work whenthreading
isFalse
due to bug inVideoNoThread->read_frame()
.This PR fixes this bug.