An open-source stop-motion tool that runs on browsers. It allows you to shoot while tethering USB-connected cameras such as DSLMs, DSLRs, and webcams. Technically, it's built upon Picture Transfer Protocol, WebUSB API and its wrapper library Tethr. Note that this project has been developed for my animation project and is still in the early stage of working in progress. So it might not work in your environment yet.
FYI, Koma (コマ) means “frames” in Japanese, but I'm wondering if the app has a nicer name.
git clone --recursive https://github.com/baku89/koma
yarn install
yarn devThe terms used in the code and documentation.
-
OPFS: Origin Private FIle System.
-
Frame: An integer that represents a frame number (starts from 0)
-
Koma: A frame data that contains multiple Shots
-
Shot: A single image data that contains images and metadata
-
flatten data: A data represented as plain JS object and can be JSON-stringified
-
unflatten data: A data that contains Blob objects
Aux-Manager forwards OSC/DMX and streams Vive Tracker poses. Tracking is done by libsurvive (HIDAPI backend), so SteamVR is not required and it runs natively on Apple Silicon — no Rosetta.
Build libsurvive once (see dev_modules/libsurvive/README.md), then install its runtime dependency:
brew install hidapiRun:
yarn aux