mirror of
https://github.com/overte-org/community-apps.git
synced 2025-04-07 00:02:41 +02:00
Disable emocam logging
This commit is contained in:
parent
0314cf7fbe
commit
97b0d33a08
1 changed files with 1 additions and 1 deletions
|
@ -820,7 +820,7 @@ async function predictWebcam() {
|
|||
rollDegrees = roll * (180 / Math.PI) - rollC;
|
||||
|
||||
|
||||
console.log("Yaw: ", yawDegrees, "Pitch: ", pitchDegrees, "Roll: ", rollDegrees);
|
||||
//console.log("Yaw: ", yawDegrees, "Pitch: ", pitchDegrees, "Roll: ", rollDegrees);
|
||||
}
|
||||
|
||||
//draw on canvas
|
||||
|
|
Loading…
Reference in a new issue