Standalone C+ samples

We provide some C++ samples that demonstrate how to decode and encode our EVT data format without any dependency on the SDK libraries.

Name

Description

metavision_evt2_raw_file_decoder

Decodes an EVT 2.0 format RAW file and writes the decoded events in a CSV file

metavision_evt3_raw_file_decoder

Decodes an EVT 3.0 format RAW file and writes the decoded events in a CSV file

metavision_evt2_raw_file_encoder

Encode events from a CSV file to an EVT 2.0 format RAW file

Note

We don’t provide any encoder for EVT3 format as its compressed nature makes it difficult to be re-created from an uncompressed CSV file.