mirror of https://github.com/Nonannet/imagerec.git
Update README.md
This commit is contained in:
parent
1115cb92d4
commit
1f349d01d3
|
@ -1,5 +1,5 @@
|
||||||
# imagerec
|
# imagerec
|
||||||
|
```text
|
||||||
A simple and lightweight image recognition tool for small Linux based
|
A simple and lightweight image recognition tool for small Linux based
|
||||||
embedded systems like the MT7688AN SoC.
|
embedded systems like the MT7688AN SoC.
|
||||||
|
|
||||||
|
@ -14,13 +14,12 @@ Netcat can be very usefull for testing.
|
||||||
|
|
||||||
Is uses only fixed point operations and is optimized for low memory devices.
|
Is uses only fixed point operations and is optimized for low memory devices.
|
||||||
|
|
||||||
```text
|
|
||||||
Usage: imagerec [-options]
|
Usage: imagerec [-options]
|
||||||
options:
|
options:
|
||||||
-h show help
|
-h show help
|
||||||
-c commands ASCII command string
|
-c commands ASCII command string
|
||||||
-d port TCP/IP-port to listen on
|
-p port TCP/IP-port to listen on
|
||||||
-p device capture device name
|
-d device capture device name
|
||||||
-r whidth*hight image resolution
|
-r whidth*hight image resolution
|
||||||
-n pixels max number of pixels for l command
|
-n pixels max number of pixels for l command
|
||||||
-f file file path for w command (# for index)
|
-f file file path for w command (# for index)
|
||||||
|
|
Loading…
Reference in New Issue