Releases: stream-labs/facemask-plugin
Releases · stream-labs/facemask-plugin
0.4.0 January 16 2018 OpenGL Fix
Fixed shaders so they work with OpenGL
Skinning code is in this one.
0.3.9.1 January 12 2018 Quick Fix
Quick fix for .obj files being excluded from electron builder.
0.3.9 January 10 2018
New masks
Transparency sorting
Mask list populated at load time by contents of mask data folder
0.3.8 - December 13, 2017
- Added Angel mask
0.3.7 - slobs release
- Fixed bug with particles
- Fixed gag mask
- Compiled against openCV 3.3.1
0.3.6 - slobs release
- New masks
- Can track/draw up to 8 masks at a time
0.3.5.1 - Santa Hat
Added santa hat to default mask. Just for December :)
slobs release 0.3.5
Finally found and fixed the "missing rotation" problem. Up until now, the rotation on the mask was not being updated properly, causing the mask to be fixed in it's rotation.
THIS HAS BEEN FIXED!!! 👍
slobs release 0.3.4.1
- Fixed focal length & field-of-view angle for solvePnP calculation and drawing. Produces more accurate face tracking.
- Toned down the measurement noise covariance factor (R) in the kalman filtering from 5 to 1. Adds a some jitter in favor of faster tracking that is less "floaty". I may bump it back up a bit if this is too much jitter.
slobs release 0.3.4
Found a leak in OpenCV ocl.cpp. Fixed. (see readme in thirdparty/opencv)