Struct RecordConfig

Nested Relationships

Nested Types

Struct Documentation

struct RecordConfig

Configuration for recording and replaying messages

Public Types

enum class RecordReplayState

Values:

enumerator RECORD
enumerator REPLAY
enumerator NONE
enum class CompressionLevel : uint8_t

Values:

enumerator NONE
enumerator FASTEST
enumerator FAST
enumerator DEFAULT
enumerator SLOW
enumerator SLOWEST
using Profile = dai::VideoEncoderProperties::Profile

Public Members

RecordReplayState state = RecordReplayState::NONE
std::filesystem::path outputDir
VideoEncoding videoEncoding
CompressionLevel compressionLevel = CompressionLevel::DEFAULT
struct VideoEncoding

Public Members

bool enabled = true
int bitrate = 0
Profile profile = Profile::MJPEG
bool lossless = false
int quality = 80