Skip to main content

EOIGetPreviewFrameInputs

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

Namespace: EyesOnItSDK.Data.Inputs

Properties

NameTypeDescription
StreamUrlstringthe RTSP URL of the stream from which to get a video frame. The stream should be one that has not been added to EyesOnIt.

Constructor

Supports simple construction of an EOIGetPreviewFrameInputs object.

Signature

Creates an EOIGetPreviewFrameInputs object from provided parameters.

public EOIGetPreviewFrameInputs(string streamUrl)

Parameters

NameTypeDescription
streamUrlstringthe RTSP URL of the stream from which to get a video frame. The stream should be one that has not been added to EyesOnIt.

Methods

This class has no methods