Parameters
You can pass the following parameters to the RTSP Video Reader via the stream_config.| Parameter | Description | Required |
|---|---|---|
file_id | The file_id of the video you wish to pass to the Video File Reader. The file_id should correspond to a valid file you’ve uploaded via the files API. | 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 |