Structure containing the options used to stream with the ZED SDK. More...
Data Fields | |
enum SL_STREAMING_CODEC | codec |
Encoding used for streaming. | |
unsigned short | port |
Port used for streaming. More... | |
unsigned int | bitrate |
Defines the streaming bitrate in Kbits/s. More... | |
int | gop_size |
GOP size in number of frames. More... | |
bool | adaptative_bitrate |
Defines whether the adaptive bitrate is enable. More... | |
unsigned short | chunk_size |
Size of a single chunk. More... | |
unsigned int | target_framerate |
Framerate for the streaming output. More... | |
Structure containing the options used to stream with the ZED SDK.
unsigned short SL_StreamingParameters::port |
Port used for streaming.
unsigned int SL_StreamingParameters::bitrate |
Defines the streaming bitrate in Kbits/s.
SL_STREAMING_CODEC | SL_RESOLUTION | FPS | bitrate (kbps) |
---|---|---|---|
SL_STREAMING_CODEC_H264 | SL_RESOLUTION_HD2K | 15 | 8500 |
SL_STREAMING_CODEC_H264 | SL_RESOLUTION_HD1080 | 30 | 12500 |
SL_STREAMING_CODEC_H264 | SL_RESOLUTION_HD720 | 60 | 7000 |
SL_STREAMING_CODEC_H265 | SL_RESOLUTION_HD2K | 15 | 7000 |
SL_STREAMING_CODEC_H265 | SL_RESOLUTION_HD1080 | 30 | 11000 |
SL_STREAMING_CODEC_H265 | SL_RESOLUTION_HD720 | 60 | 6000 |
Default: 0 (it will be set to the best value depending on your resolution/FPS)
int SL_StreamingParameters::gop_size |
GOP size in number of frames.
Default: -1 (the GOP size will last at maximum 2 seconds, depending on camera FPS)
bool SL_StreamingParameters::adaptative_bitrate |
Defines whether the adaptive bitrate is enable.
Default: false
unsigned short SL_StreamingParameters::chunk_size |
Size of a single chunk.
Default: 16084
unsigned int SL_StreamingParameters::target_framerate |
Framerate for the streaming output.
Default: 0 (camera framerate will be taken)