Attributes | |
| std::set< sl::SensorDeviceIdentifier > | sensors_ids = {} |
| List of sensor id that will be used By default empty which means all available sensors in Sensors when the module is started. More... | |
| BatchedData< String > | video_filenames |
| Filename of the file to save the recording into. More... | |
| SVO_COMPRESSION_MODE | compression_mode = SVO_COMPRESSION_MODE::H265 |
| Compression mode the recording. More... | |
| unsigned int | bitrate = 0 |
| Overrides the default bitrate of the SVO file, in kbits/s. More... | |
| unsigned int | target_framerate = 0 |
| Framerate for the recording file. More... | |
| bool | transcode_streaming_input = false |
| Defines whether to decode and re-encode a streaming source. More... | |
| std::set<sl::SensorDeviceIdentifier> sensors_ids = {} |
List of sensor id that will be used By default empty which means all available sensors in Sensors when the module is started.
| BatchedData<String> video_filenames |
Filename of the file to save the recording into.
| SVO_COMPRESSION_MODE compression_mode = SVO_COMPRESSION_MODE::H265 |
Compression mode the recording.
Default: sl::SVO_COMPRESSION_MODE::H265
| unsigned int bitrate = 0 |
Overrides the default bitrate of the SVO file, in kbits/s.
Default: 0 (the default values associated with the resolution)
| unsigned int target_framerate = 0 |
Framerate for the recording file.
Default: 0 (camera framerate will be taken)
camera_frameratetarget_framerate == 0. | bool transcode_streaming_input = false |
Defines whether to decode and re-encode a streaming source.
Default: false