post snapshot creation for videos in debugLog instead

patrol-onvif-ptz-gamepad
Moe 2024-12-12 10:44:41 -08:00
parent 94fc936d50
commit f0b7c6f321
1 changed files with 1 additions and 1 deletions

View File

@ -900,7 +900,7 @@ module.exports = (s,config,lang) => {
await fsP.writeFile(framePath, frameBuffer)
await s.createTimelapseFrameAndInsert(activeMonitor,location,frameFilename, frameTime._d)
}catch(err){
console.error(err)
s.debugLog(err)
}
}
// console.error('Completed Saving Frame from New Video!', framePath)