Closed moratom closed 1 week ago
GIL can be safely released as there are no Python API calls in the waitKey function.
Since this is often called in a hot loop, this can severely reduce performance of the remaining Python code.
GIL can be safely released as there are no Python API calls in the waitKey function.
Since this is often called in a hot loop, this can severely reduce performance of the remaining Python code.