FirstModulAR 0.1.0
Loading...
Searching...
No Matches
FMAR.Networking.Camera.ClientCameraRenderer Class Reference

Renders camera data received from the client onto a canvas. More...

Inheritance diagram for FMAR.Networking.Camera.ClientCameraRenderer:
FMAR.Networking.Camera.ClientCameraProcessor

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.
 

Detailed Description

Renders camera data received from the client onto a canvas.

Member Function Documentation

◆ OnImageReceivedFromClient()

override void FMAR.Networking.Camera.ClientCameraRenderer.OnImageReceivedFromClient ( byte[] image)
inline

Processes the image received from the client and displays it on the canvas.

Parameters
imageThe image data received from the client.

Property Documentation

◆ RequestingImage

override bool FMAR.Networking.Camera.ClientCameraRenderer.RequestingImage
get

Indicates whether the processor is currently requesting an image.


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