Skip to main content

EOIGetVideoFrameInputs

Encapsulates inputs for the call to the EyesOnIt.GetVideoFrame method.

Namespace: EyesOnItSDK.Data.Inputs

Properties

NameTypeDescription
StreamUrlstringthe 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

NameTypeDescription
streamUrlstringthe 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