From a962ba9c853a797e9a41b2830ec0181b167d8cd9 Mon Sep 17 00:00:00 2001 From: gennyble Date: Sun, 10 Sep 2023 02:44:01 -0500 Subject: reorg --- lri-proto/proto/dead_pixel_map.proto | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lri-proto/proto/dead_pixel_map.proto (limited to 'lri-proto/proto/dead_pixel_map.proto') diff --git a/lri-proto/proto/dead_pixel_map.proto b/lri-proto/proto/dead_pixel_map.proto new file mode 100644 index 0000000..b4df63b --- /dev/null +++ b/lri-proto/proto/dead_pixel_map.proto @@ -0,0 +1,9 @@ +syntax = "proto2"; + +package ltpb; + +message DeadPixelMap { + required uint64 data_offset = 1; + required uint32 data_size = 2; + optional float black_level_threshold = 3; +} -- cgit 1.4.1-3-g733a5