Fix typo in run_async documentation

This commit is contained in:
Hao Kang 2024-06-11 19:04:45 -04:00 committed by GitHub
parent df129c7ba3
commit 8bb2b9935e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -269,7 +269,7 @@ def run_async(
)
out_frame = in_frame * 0.3
process2.stdin.write(
frame
out_frame
.astype(np.uint8)
.tobytes()
)