Marcel Klammer

Results 41 comments of Marcel Klammer

Ran into the same issue. changed the configure lines to only include http and https: --disable-shared \ --disable-ftp \ --disable-file \ --disable-ldap \ --disable-dict \ --disable-telnet \ --disable-tftp \ --disable-rtsp...

Currently the webcam is streaming to a video tag and that video is drawn into canvas. So just "fill" the video with your footage instead of the camera stream. Make...

I didn't look into that in much detail. But a simple test.js that does roughly this: ``` var brfv4 = brfv4 || { ENVIRONMENT: "WORKER" }; self.addEventListener('message', function(e) { console.log("w",...

Just added minimalWebcamWorker.html + BRFv4_JS_TK210219_v4.2.0_trial.worker.js Please take a look and let me know, if that works for you.

Please see my other comment. I added a working (pun!) worker example. Update the repo and see the files: minimalWebcamWorker.html BRFv4_JS_TK210219_v4.2.0_trial.worker.js

Unfortunately we don't have a score implemented. I might think about that for BRFv5, but currently it's not available.

Please consider using BRFv5 instead of BRFv4. We won't support BRFv4 from 2020 on. https://github.com/Tastenkunst/brfv5-browser Here is the extended face shape example for BRFv5: https://tastenkunst.github.io/brfv5-browser/ (Please Choose Extended Face Shape...

ASMJS was added to the repo.

Did you put the MS Kinect SDK files into the bin folder of the other AIR versions as well? I guess you have them in your AIR 18 bin folder...

I'm still thinking of diving into swift first and learn something new. On the other side: I don't have much time and could just put out the same examples for...