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 dev
The 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
arch -x86_64 zsh
nvm use 18 # assumes that 18 is installed in x86
cd dev_modules/node-openvr
npm run install
cd ../aux-manager
yarn start