If the default storing location doesn't fit your needs then change it as follows:
- Close all running devices.
- Open ContaCam's Global Settings dialog and change the Parent Directory of all Cameras (all existing camera folders will automatically be moved to the new location).
Note: because of web server constraints it's not possible to change the location for individual cameras. Advanced users can create junctions, symlinks or execute a command on movement detection to move/copy the video files to another place, for example:
Cmd: cmd
Params: /C "mkdir "C:\MyFolder\%year%\%month%\%day%" & move "%fullvideo%" "C:\MyFolder\%year%\%month%\%day%" & move "%smallvideo%" "C:\MyFolder\%year%\%month%\%day%""