TRVVideoSource.FramePerSec, FramePerSecInt

<< Click to display table of contents >>

TRVVideoSource.FramePerSec, FramePerSecInt

FramePerSec changes a frame per second value (frame rate), if supported by the source (e.g. IP camera).

property FramePerSec: Double;
property FramePerSecInt: Integer; // read-only

Additionally, TRVCamera uses this property when playing MJPEG file.

Fractional values can be used in TRVCamera, if DeviсeType = rvdtWebCamera, rvdtDesktop, or rvdtUserData, or when playing MJPEG files. Otherwise, it is rounded to the integer value (minimum 1). The integer value is returned in FramePerSecInt property.

This property is ignored in TRVCamReceiver.

Default value

25