Skip to content

Commit

Permalink
Telemetry for Webcam
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioToniolo authored Dec 24, 2020
1 parent 6b1fa03 commit 2ee4767
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,11 @@ public void onOpened()
telemetry.update();

/* TODO create active webcam telemetry */
/*

telemetry.addData("Analysis", pipeline.getAnalysis());
telemetry.addData("Position", pipeline.position);
telemetry.update();
*/


// Don't burn CPU cycles busy-looping in this sample
sleep(50);
Expand Down

0 comments on commit 2ee4767

Please sign in to comment.