From a7b06eafb218f4569e2421cebf7c59150625ea2a Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 8 Oct 2021 07:48:48 -0400 Subject: [PATCH] demo default config cleanup --- demo/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/demo/index.js b/demo/index.js index 84ef723c..0b82179d 100644 --- a/demo/index.js +++ b/demo/index.js @@ -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