Structure containing the options used to record. More...
Functions | |
RecordingParameters (string filename="", SVO_COMPRESSION_MODE compression=SVO_COMPRESSION_MODE.H264_BASED, uint bitrate=0, int fps=0, bool transcode=false) | |
Default constructor. More... | |
Attributes | |
string | videoFilename |
Filename of the file to save the recording into. More... | |
SVO_COMPRESSION_MODE | compressionMode |
Compression mode the recording. More... | |
int | targetFPS |
Framerate for the recording file. More... | |
uint | bitrate |
Overrides the default bitrate of the SVO file, in kbits/s. More... | |
bool | transcode |
Defines whether to decode and re-encode a streaming source. More... | |
Structure containing the options used to record.
|
inline |
Default constructor.
All the parameters are set to their default values.
string videoFilename |
Filename of the file to save the recording into.
Referenced by Camera.EnableRecording().
SVO_COMPRESSION_MODE compressionMode |
Compression mode the recording.
Default: sl.SVO_COMPRESSION_MODE.H264_BASED
Referenced by Camera.EnableRecording().
int targetFPS |
Framerate for the recording file.
Default: 0 (camera framerate will be taken)
cameraFPStargetFPS == 0
. Referenced by Camera.EnableRecording().
uint bitrate |
Overrides the default bitrate of the SVO file, in kbits/s.
Default: 0 (the default values associated with the resolution)
Referenced by Camera.EnableRecording(), and RecordingParameters.RecordingParameters().
bool transcode |
Defines whether to decode and re-encode a streaming source.
Default: false
Referenced by Camera.EnableRecording(), and RecordingParameters.RecordingParameters().