diff --git a/examples/motion-track.js b/examples/motion-track.js index 5e6c9b9..fca53ba 100644 --- a/examples/motion-track.js +++ b/examples/motion-track.js @@ -13,7 +13,7 @@ vid.read(function(mat){ console.log(">>", x, ":" , rec) if (x % 10 == 0){ m2.rectangle([rec[0], rec[1]], [rec[2], rec[3]]) - m2.save('./out-motiontrack-' + x + '.jpg') + // m2.save('./out-motiontrack-' + x + '.jpg') } if (x<100) iter();