EOIGetVideoFrameInputs
Encapsulates inputs for the call to the EyesOnIt.GetVideoFrame method.
Namespace: EyesOnItSDK.Data.Inputs
Properties
Name | Type | Description |
---|---|---|
StreamUrl | string | the RTSP URL of the stream from which to get a video frame. The stream must be in the monitoring state. |
Constructor
Supports simple construction of an EOIGetVideoFrameInputs object.
Signature
Creates an EOIGetVideoFrameInputs object from provided parameters.
public EOIGetVideoFrameInputs(string streamUrl)
Parameters
Name | Type | Description |
---|---|---|
streamUrl | string | the RTSP URL of the stream from which to get a video frame. The stream must be in the monitoring state. |
Methods
This class has no methods