BhavitChhatralia

Results 4 comments of BhavitChhatralia

@tanerolcxy Believe you want something like this: `event.data.forEach(function(rect) { //Replace code here to do something else once working correctly //draw basic rectangle around face colour black context.strokeStyle = '#fff'; context.strokeRect(rect.x,...

Have put a round about solution: ``` event.data.forEach(function(rect) { if(rect.width >= 50 || rect.height >= 50){ } else{ ``` but i want to implement a set max object size limit...

> > > @Sandersd Adding two separate trackers should work. I just looked the code and we could change tracking.js to add the information about the classifier on the result...