Skip to content

Commit

Permalink
add front frame
Browse files Browse the repository at this point in the history
  • Loading branch information
Comma Device committed Nov 14, 2019
1 parent ef4ded0 commit 6da7d55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ struct FrameData {
lensErr @13 :Float32;
lensTruePos @14 :Float32;
image @6 :Data;
gainFrac @15 :Float32;

frameType @7 :FrameType;
timestampSof @8 :UInt64;
Expand All @@ -137,6 +138,7 @@ struct FrameData {
unknown @0;
neo @1;
chffrAndroid @2;
front @3;
}

struct AndroidCaptureResult {
Expand Down Expand Up @@ -1864,5 +1866,6 @@ struct Event {
thumbnail @66: Thumbnail;
carEvents @68: List(Car.CarEvent);
carParams @69: Car.CarParams;
frontFrame @70: FrameData;
}
}
1 change: 1 addition & 0 deletions service_list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ kalmanOdometry: [8068, true, 0.]
thumbnail: [8069, true, 0.2, 1]
carEvents: [8070, true, 1., 1]
carParams: [8071, true, 0.02, 1]
frontFrame: [8072, true, 10.]

testModel: [8040, false, 0.]
testLiveLocation: [8045, false, 0.]
Expand Down

0 comments on commit 6da7d55

Please sign in to comment.