Fix backward timelapse video

fix-non-showing-inputs
Moe Alam 2020-10-09 12:47:08 -07:00
parent aae352c998
commit dea7738713
2 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ module.exports = function(s,config,lang,app,io){
})
return
}
s.createVideoFromTimelapse(r,s.getPostData(req, 'fps'),function(response){
s.createVideoFromTimelapse(r.reverse(),s.getPostData(req, 'fps'),function(response){
s.closeJsonResponse(res,{
ok : response.ok,
filename : response.filename,

View File

@ -545,7 +545,7 @@ module.exports = function(s,config,lang){
})
setTimeout(() => {
delete(s.group[ke].activeMonitors[mid].buildingTimelapseVideo)
},3000)
},5000)
})
var readFile = function(){
var filePath = concatFiles[currentFile]