The Kapto service is being developed under H2IOSC project as part of task 7.7 (Immersive Analytics). It can be deployed on any node to capture remote interactions. A cluster deployment is recommended (e.g. via PM2)
- Install Node.js
- Run
npm install
from root folder - Basic launch via
npm start
or cluster launch viapm2 start
you can find in public/examples/ folder how to setup and use Kapto client component to track interactions directly from web-apps, using a remote Kapto service.
You can find in integrations/ folder integrations with other engines or desktop platforms, for instance Unreal Engine 5