FirstModulAR 0.1.0
Loading...
Searching...
No Matches
FMAR.ImageProcessing.ImageToText.ClientCameraToText Class Reference

Utilizes Tesseract to process images sent from the client's camera on the server, and logs the text results to the console. More...

Inheritance diagram for FMAR.ImageProcessing.ImageToText.ClientCameraToText:
FMAR.Networking.Camera.ClientCameraProcessor

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.
 

Detailed Description

Utilizes Tesseract to process images sent from the client's camera on the server, and logs the text results to the console.

Member Function Documentation

◆ OnImageReceivedFromClient()

override void FMAR.ImageProcessing.ImageToText.ClientCameraToText.OnImageReceivedFromClient ( byte[] image)
inline

Called when an image is received from the client.

Parameters
imageThe image to process.

Property Documentation

◆ RequestingImage

override bool FMAR.ImageProcessing.ImageToText.ClientCameraToText.RequestingImage
get

The documentation for this class was generated from the following file: