Jonas Jongejan
Jonas Jongejan
You would have to implement it directly with the [deeplearn.js](https://github.com/PAIR-code/deeplearnjs) layer of the project. I unfortunately don't have any more specific pointers at time being for how to do it
Im also totally into removing dlib from ofxFaceTracker2, and use this instead. In ofxFaceTracker2 i got apothecary scripts for Android.
Since mirage is written as an esm module, shouldn't it depend on `lodash-es` instead?
Turns out its not anymore allowed to wrap the requestPresent into a promise. Its apparently not considered a user action anymore. https://github.com/googlevr/webvr-ui/blob/master/src/enter-vr-button.js#L187 Not sure if this is the intended behavior...
Filed a bug on firefox to see if this is intended. https://bugzilla.mozilla.org/show_bug.cgi?id=1354573
@cvan, notice we have merged a hotfix, so the examples do work. But the hotfix is not the most elegant.
@cvan in my tests, this made the difference: https://github.com/googlevr/webvr-ui/pull/9/commits/d898223123e3148ee1cf182c8b84bd28c286f067#diff-92e430347c391062250a259e759510deR235 If I call `requestPresent` from inside a `new Promise()` it works fine, but if I call `requestPresent` after one more promise,...
@cvan hey chris, any info if this is considered an issue in firefox or intended behavior? If its intended we should change our library so we dont have the hotfix...
Fixing this is a breaking change, so scheduling for a 2.0 release