TRVCamera.Bitrate

<< Click to display table of contents >>

TRVCamera.Bitrate

Returns and allows changing video bitrate

property Bitrate: Integer;

Property

Supported by

Bitrate

DeviceType = rvdtRTSP and rvdtHTTP, assigns GStreamer's bitrate, range 0..2097152 (0 means autocalculated bitrate)

DeviceType = rvdtIPCamera,  MJPEG Foscam cameras, ranges: for MJPEG 1200..115200, for H.264 20480..2097152

To apply these values, change them when TRVCamera is connected to a capable device.

If the camera supports these properties, their values are received from the camera when the component is connected to it, see SearchCamera.

Default value

2097152

(however, the value is not applied and is overridden when connected to the camera)