From ea3bb8d0105360800fd61df303ef23819539c668 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sun, 7 Jan 2024 21:57:16 -0800 Subject: [PATCH] add camera request id (#567) --- log.capnp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/log.capnp b/log.capnp index d5f147706..55beda223 100644 --- a/log.capnp +++ b/log.capnp @@ -130,8 +130,8 @@ struct InitData { struct FrameData { frameId @0 :UInt32; - encodeId @1 :UInt32; # DEPRECATED frameIdSensor @25 :UInt32; + requestId @28 :UInt32; frameType @7 :FrameType; @@ -169,6 +169,7 @@ struct FrameData { os04c10 @3; } + encodeIdDEPRECATED @1 :UInt32; frameLengthDEPRECATED @3 :Int32; globalGainDEPRECATED @5 :Int32; androidCaptureResultDEPRECATED @9 :AndroidCaptureResult;