UniFi-Timelapse icon indicating copy to clipboard operation
UniFi-Timelapse copied to clipboard

Rendering video

Open danieljonasson123 opened this issue 7 years ago • 3 comments

Hi!

Got it working taking snapshots. Nice code. I dont got the video part working. ...pathto bash.sh "camera" today returns ln failed to create symbolic link ...../00001.jpeg

I changed directory to: SNAP_BASE="/mnt/UniFi-Snaps" and changed camera IP

In folder UniFi-Snaps I have the folders "Basement", "Fram", "Pool" and "timelaps" I have mounted a WindowsSMB Share

danieljonasson123 avatar Mar 20 '18 20:03 danieljonasson123

Either you don’t have permission to create symbolic links, or your file system does not support them. Try running as root.

sfeakes avatar Mar 21 '18 02:03 sfeakes

Thanks! It was due to file system. Running share on Ubuntu works. I do have issues with time format. Using Swedish format. Have to look into that later on. Thanks for your code.

danieljonasson123 avatar Mar 29 '18 10:03 danieljonasson123

For a similar result, but done from the NVR instead of the camera, look at github.com/macgeeknz/unifi-video-timelapse

macgeeknz avatar Dec 18 '18 03:12 macgeeknz