mirror of
https://github.com/esimov/pigo.git
synced 2025-10-16 13:01:06 +08:00
fixed typo across the project
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
## Webcam demo (slow)
|
||||
|
||||
This demo shows how we can transfer the webcam frames from Python to Go by sending the captured frames as byte array into the standard output.
|
||||
We will run the face detector over the byte arrays received from the standard output and send the result into a web browser trough a webserver.
|
||||
This demo shows how we can transfer the webcam frames from Python to Go by sending the captured frames as byte array into the standard output.
|
||||
We will run the face detector over the byte arrays received from the standard output and send the result into a web browser through a webserver.
|
||||
|
||||
### Run
|
||||
|
||||
|
Reference in New Issue
Block a user