TRVCamera.CycleVideoImages, VideoImagesURLs

<< Click to display table of contents >>

TRVCamera.CycleVideoImages, VideoImagesURLs

The properties allow using a list of file names for downloading video frames.

property CycleVideoImages: Boolean;

property VideoImagesURLs: TStringList;

These properties are used only if DeviceType=rvdtIPCamera or rvdtHTTP.

If CycleVideoImages=True, video frames are read cyclically from the locations specified in VideoImagesURL. These locations are added to the address specified in URL.

Default values

CycleVideoImages: False

VideoImagesURLs: empty string-list