2. Create the data folder¶
Go2Kin stores all projects, sessions and trial videos under a single data root folder.
Lots of data
Multi-camera video accumulates fast. Put the data root on a drive with plenty of free space (ideally an SSD), and avoid a small system (C:) drive.
🚧 TODO: rough storage figures — GB per minute of 4-camera recording at common Resolution/FPS settings — and a recommended minimum free space.
- Create a folder on a large drive, e.g.
D:/Markerless_Projects. -
Copy the config template and set the data root:
cp go2kin_config_template.json go2kin_config.jsonEdit
go2kin_config.jsonand setdata_rootto your folder. -
Leave
last_projectandlast_sessionempty — these are managed by the app.
If you skip this step, Go2Kin will prompt you to select a data root folder on first launch.
See Data organisation for what ends up inside this folder.
🚧 TODO: backup / archiving policy for the data root.