Skip to content

Commit

Permalink
add camera request id (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Jan 8, 2024
1 parent e29625c commit ea3bb8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ struct InitData {

struct FrameData {
frameId @0 :UInt32;
encodeId @1 :UInt32; # DEPRECATED
frameIdSensor @25 :UInt32;
requestId @28 :UInt32;

frameType @7 :FrameType;

Expand Down Expand Up @@ -169,6 +169,7 @@ struct FrameData {
os04c10 @3;
}

encodeIdDEPRECATED @1 :UInt32;
frameLengthDEPRECATED @3 :Int32;
globalGainDEPRECATED @5 :Int32;
androidCaptureResultDEPRECATED @9 :AndroidCaptureResult;
Expand Down

0 comments on commit ea3bb8d

Please sign in to comment.