demo default config cleanup

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

View File

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