![]() |
FirstModulAR 0.1.0
|
Utilizes Tesseract to process images sent from the client's camera on the server, and logs the text results to the console. More...
Public Member Functions | |
| override void | OnImageReceivedFromClient (byte[] image) |
| Called when an image is received from the client. | |
Public Member Functions inherited from FMAR.Networking.Camera.ClientCameraProcessor | |
| void | OnImageReceivedFromClient (byte[] image) |
| Called when an image is received from a client. | |
Properties | |
| override bool | RequestingImage [get] |
Properties inherited from FMAR.Networking.Camera.ClientCameraProcessor | |
| ClientCameraBroadcaster | ClientCameraBroadcaster [get, set] |
| Gets or sets the ClientCameraBroadcaster associated with this processor. | |
| bool | RequestingImage [get] |
| Gets a value indicating whether the processor is currently requesting an image. | |
Utilizes Tesseract to process images sent from the client's camera on the server, and logs the text results to the console.
|
inline |
Called when an image is received from the client.
| image | The image to process. |
|
get |