Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -25,7 +25,7 @@ router.post('/videoResult', function (req, res) { | ... | @@ -25,7 +25,7 @@ router.post('/videoResult', function (req, res) { |
25 | process.then(function (video) { | 25 | process.then(function (video) { |
26 | video.fnExtractFrameToJPG(__dirname + "/data", | 26 | video.fnExtractFrameToJPG(__dirname + "/data", |
27 | { | 27 | { |
28 | - every_n_seconds: 1, | 28 | + every_n_seconds: 2, |
29 | file_name: 'frame_%s' | 29 | file_name: 'frame_%s' |
30 | }, function (error, files) { | 30 | }, function (error, files) { |
31 | if (!error) | 31 | if (!error) | ... | ... |
-
Please register or login to post a comment