Skip to content

Commit

Permalink
add StartCaptureTimeout && TOO_CLOSE msg (#20)
Browse files Browse the repository at this point in the history
* add StartCaptureTimeout && TOO_CLOSE msg

* rename to CaptureTriggerTimeout

Co-authored-by: Anastasios Andronidis <anastasios.andronidis@gmail.com>

---------

Co-authored-by: Anastasios Andronidis <anastasios.andronidis@gmail.com>
  • Loading branch information
karelispanagiotis and andronat authored Sep 27, 2024
1 parent 9683981 commit 4608f1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion proto/self_serve/orb/v1/orb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ message AnnounceOrbId {
bool is_self_serve_enabled = 2;
}
message CaptureStarted {}
message CaptureTriggerTimeout {}
message CaptureEnded {
enum FailureFeedbackType {
UNKNOWN = 0;
FACE_OCCLUSION_OR_POOR_LIGHTING = 1;
TOO_FAR = 2;
EYES_OCCLUSION = 3;
TOO_CLOSE = 3;
EYES_OCCLUSION = 4;
}

bool success = 1;
Expand Down

0 comments on commit 4608f1e

Please sign in to comment.