enable buffering

pull/94/head
Vladimir Mandic 2021-03-29 15:05:14 -04:00
parent 14b3b23686
commit cc12ad3026
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ const ui = {
camera: {}, // internal, holds details of webcam details
detectFPS: [], // internal, holds fps values for detection performance
drawFPS: [], // internal, holds fps values for draw performance
buffered: false, // experimental, should output be buffered between frames
buffered: true, // experimental, should output be buffered between frames
drawWarmup: false, // debug only, should warmup image processing be displayed on startup
drawThread: null, // internl, perform draw operations in a separate thread
detectThread: null, // internl, perform detect operations in a separate thread