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