Skip to content

Releases: stream-labs/facemask-plugin

0.4.0 January 16 2018 OpenGL Fix

17 Jan 01:10
Compare
Choose a tag to compare

Fixed shaders so they work with OpenGL
Skinning code is in this one.

0.3.9.1 January 12 2018 Quick Fix

12 Jan 23:10
Compare
Choose a tag to compare

Quick fix for .obj files being excluded from electron builder.

0.3.9 January 10 2018

11 Jan 05:05
Compare
Choose a tag to compare

New masks
Transparency sorting
Mask list populated at load time by contents of mask data folder

0.3.8 - December 13, 2017

14 Dec 05:46
Compare
Choose a tag to compare
  • Added Angel mask

0.3.7 - slobs release

13 Dec 23:33
Compare
Choose a tag to compare
  • Fixed bug with particles
  • Fixed gag mask
  • Compiled against openCV 3.3.1

0.3.6 - slobs release

13 Dec 21:08
Compare
Choose a tag to compare
  • New masks
  • Can track/draw up to 8 masks at a time

0.3.5.1 - Santa Hat

06 Dec 03:19
Compare
Choose a tag to compare

Added santa hat to default mask. Just for December :)

slobs release 0.3.5

05 Dec 22:02
Compare
Choose a tag to compare

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

04 Dec 22:27
Compare
Choose a tag to compare
  • 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

29 Nov 23:34
Compare
Choose a tag to compare

Found a leak in OpenCV ocl.cpp. Fixed. (see readme in thirdparty/opencv)