Add ZED SVO to MCAP conversion tool
This commit is contained in:
@@ -17,6 +17,7 @@ namespace cvmmap_streamer::encode {
|
||||
struct RawVideoFrame {
|
||||
ipc::FrameInfo info{};
|
||||
std::uint64_t source_timestamp_ns{0};
|
||||
std::size_t row_stride_bytes{0};
|
||||
std::span<const std::uint8_t> bytes{};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user