Read the statement by Michael Teeuw here.
MMM-AI
-
Would it be possible for the user to change the avatar to their personal likeness?
For example, be able to use a family member’s face, or an actor/actress, a cartoon character, etc. ?
Or like the HAL2000, maybe the Alexa bar or circle animations?
-
I would be interested in Max Headroom, with his tourette-style glitches included!!!
-
You might be interested in the following links:
https://avatarsdk.com/?_ga=2.125796682.1526809898.1553040863-987282811.1553040863
-
@justjim1220
Yes everything is possible .
It’s just different gif ani .
So you can make gif with your family members from a video and convert it to gif .I’m using crazy head to transform a static picture into a moving / talking avatar .
Then some photoshop to finalize the gif.Ejay
-
@ejay-ibm Thanks
I would like to implement it a bit different.
I would like no image unless the mirror is called.
I found a trigger “ASSISTANT_RESPONSE_END : this notification will be bursted when Assistant’s voice responsing is ended.”
I just dont know what code I need to put to make the image not appear other than putting a blank gif file. I assume there is a proper code. -
@justjim1220 This is amazing
I was able to use the sample and also make an account but I cant figure how to get a gif from it to use in Magic Mirror. Any ideas? -
@teitlebot You need to export as a movie, Then make an import as frame in photoshop
This will give you an idea
https://graphicdesign.stackexchange.com/questions/46656/how-to-convert-a-video-file-into-an-animated-gif-in-photoshopEjay
-
@teitlebot I would use a black pixel image as no image
you can find all you need here
https://github.com/aureooms/pixelsEjay
-
@ejay-ibm thanks. I figured there was a proper way to code a picture to be gone but this will work I guess. Thanks
-
@teitlebot @Sean Any idea how I can get it to fade the face on and off from the black pixel?