FirstModulAR 0.1.0
Loading...
Searching...
No Matches
FMAR.Networking.Camera.ClientCameraProcessor Class Referenceabstract

Abstract base class for processing camera data received from clients. More...

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

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.
 

Detailed Description

Abstract base class for processing camera data received from clients.

Member Function Documentation

◆ OnImageReceivedFromClient()

void FMAR.Networking.Camera.ClientCameraProcessor.OnImageReceivedFromClient ( byte[] image)
abstract

Called when an image is received from a client.

Parameters
imageThe image data received from the client.

Property Documentation

◆ ClientCameraBroadcaster

ClientCameraBroadcaster FMAR.Networking.Camera.ClientCameraProcessor.ClientCameraBroadcaster
getset

Gets or sets the ClientCameraBroadcaster associated with this processor.

◆ RequestingImage

bool FMAR.Networking.Camera.ClientCameraProcessor.RequestingImage
getabstract

Gets a value indicating whether the processor is currently requesting an image.


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