adder-codec-rs 0.4.9

Encoder/transcoder/decoder for raw and compressed ADΔER (Address, Decimation, Δt Event Representation) streams. Includes a transcoder for casting either framed or event video into an ADΔER representation in a manner which preserves the temporal resolution of the source.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
args_filename = ""
edi_args = "./adder-codec-rs/src/bin/args/edi_args.toml"
#edi_args = "base_path = \"/media/andrew/ExternalM2/DynamicVision\""
#output_events_filename = "/mnt/tmp/tmp_events.adder"
output_events_filename = "/home/andrew/Downloads/tmp_events.adder"
adder_c_thresh_pos = 0
adder_c_thresh_neg = 0
delta_t_max_multiplier = 10.0
transcode_from = "raw-dvs"
#transcode_from = "framed"
show_display = true
write_out = true
optimize_adder_controller = false