![]() |
FirstModulAR 0.1.0
|
Renders camera data received from the client onto a canvas. More...
Public Member Functions | |
| override void | OnImageReceivedFromClient (byte[] image) |
| Processes the image received from the client and displays it on the canvas. | |
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] |
| Indicates whether the processor is currently requesting an image. | |
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. | |
Renders camera data received from the client onto a canvas.
|
inline |
Processes the image received from the client and displays it on the canvas.
| image | The image data received from the client. |
|
get |
Indicates whether the processor is currently requesting an image.