Zheng Yun
Zheng Yun
HI, can I use this library to perform screen record in a window 10 application? I want to record iphone screen via USB, but i can not find a solution...
first: I call this function `loadModel` ` async function loadModel() { // await faceapi.loadFaceExpressionModel('/'); console.log(faceapi.nets); await faceapi.nets.faceExpressionNet.loadFromUri('/'); } ` second, i call this function `emotionDetectAndMark` `async function emotionDetectAndMark(inputVideo: HTMLVideoElement, showCanvas:...
After a new development task assigned to me in which I need get keyboard and mouse click event globally and store it into a database, I search related work from...
this npm package can not be import correctly as below: `import fixWebmDuration from "fix-webm-duration";` when i use fixWebmDuration(myblob, duration); it reminds me of `Type 'typeof import("{mypath}/fix-webm-duration")' has no call signatures.`