demo default config cleanup

pull/356/head
Vladimir Mandic 2021-10-08 07:48:48 -04:00
parent 293eba8379
commit 93748a4609
1 changed files with 1 additions and 3 deletions

View File

@ -31,8 +31,6 @@ import jsonView from './helpers/jsonview.js';
let human;
let userConfig = {
body: { enabled: false },
hand: { enabled: false },
/*
warmup: 'none',
backend: 'humangl',
@ -93,7 +91,7 @@ const ui = {
autoPlay: false, // start webcam & detection on load
// internal variables
exceptionHandler: false, // should capture all unhandled exceptions
exceptionHandler: true, // should capture all unhandled exceptions
busy: false, // internal camera busy flag
menuWidth: 0, // internal
menuHeight: 0, // internal