Merge 8bb2b9935e8ee2d153c735e21bc85255ba6412be into df129c7ba30aaa9ffffb81a48f53aa7253b0b4e6

This commit is contained in:
Hao Kang 2024-06-11 23:06:11 +00:00 committed by GitHub
commit 8a3860e4c6
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 out_frame = in_frame * 0.3
process2.stdin.write( process2.stdin.write(
frame out_frame
.astype(np.uint8) .astype(np.uint8)
.tobytes() .tobytes()
) )