![]() |
FirstModulAR 0.1.0
|
Abstract base class for processing camera data received from clients. More...
Public Member Functions | |
| void | OnImageReceivedFromClient (byte[] image) |
| Called when an image is received from a client. | |
Properties | |
| 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. | |
Abstract base class for processing camera data received from clients.
|
abstract |
Called when an image is received from a client.
| image | The image data received from the client. |
|
getset |
Gets or sets the ClientCameraBroadcaster associated with this processor.
|
getabstract |
Gets a value indicating whether the processor is currently requesting an image.