Skip to content

Commit

Permalink
add eye stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
haraschax committed Jul 24, 2019
1 parent eebf268 commit 222f2de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions log.capnp
Expand Up @@ -1664,6 +1664,11 @@ struct DriverMonitoring {
frameId @0 :UInt32;
descriptor @1 :List(Float32);
std @2 :Float32;
faceOrientation @3 :List(Float32);
facePosition @4 :List(Float32);
faceProb @5 :Float32;
leftEyeProb @6 :Float32;
rightEyeProb @7 :Float32;
}

struct Boot {
Expand Down

0 comments on commit 222f2de

Please sign in to comment.