@clinth/ixfx-ml
v0.0.5
Published
ixfx-ml
Downloads
6
Readme
ixfx-ml
import * as Ml from "../dist/index.js"
const app = Ml.mount(`#container`);
app.events.addEventListener(`ready`, () => {
// app.useCameraByName(`FaceTime`);
});
app.onPoseData = (data) => {
// Do something with pose date
}
URL configuration
recRate
: millisecond rate to sample source when recording points. This will also be the playback speed.
Eg:index.html?recRate=100