Parameters
You can pass the following parameters to the RTSP Video Reader via the stream_config.| Parameter | Description | Required |
|---|---|---|
rtsp_url | The URL of the RTSP stream. | Yes |
target_image_size | An array containing the width and height in pixels that the video should be resized to, which can help reduce the amount of data streamed through the platform and increase inference speed. Skipping this parameter will result in the default video size being used. | No |
target_frame_rate_hz | The speed in frames per second at which the video stream should be read. Skipping this parameter will result in the default video sample rate being used. | No |