Closed qyikmk closed 6 years ago
This is possible: https://jeeliz.com/demos/faceFilter/demos/canvas2D/fromVideoFile/ and the source code: https://github.com/jeeliz/jeelizFaceFilter/blob/master/demos/canvas2D/fromVideoFile
Thanks!
This link is not working any more https://jeeliz.com/sunglasses/?sku=rayban_new_wayfarer_havane_marron_clair_degrade as this server is not accessible https://fallbackglassesdb.jeeliz.com/
Is there any other accessible link with this example of using an image as a source intead of a webcam?
Hi,
There was a problem with the image rendering server. I have restarted it and corrected some issue I noticed on the trunk 1 week ago. Thank you for you report.
Best, Xavier
Thank you for the quick turnaround. Where I can read about licensing of the module?
Hi,
Licensing of FaceFilter (this repo) is free since it is released under Apache2 licence.
However we provide developement services (integration/neural network improvement/specifics needs) using our libraries ( https://github.com/jeeliz ) to fit specific needs.
The glasses virtual tryon module used in https://jeeliz.com/sunglasses or https://github.com/jeeliz/jeelizGlassesVTOWidget is a specific case, because for this we provide the whole solution (hosting, glasses modelization, server side fallback rendering).
I noticed that using JEEFACEFILTER.init() only allows for detection of the face on the video stream accessed through getUserMedia(). As far as I understand there is no way to control the image/video which jeeliz analyses. I found out however that your sunglasses example allows to upload a custom picture.
Is it possible to input custom image/video stream to jeelizFaceFilter ? If yes then how can I do it ? I've looked through the readme and tutorials but with no luck :(