Read the statement by Michael Teeuw here.
The webcam cannot be run from the first screen using the camera module.
-
I installed a camera module that was created by “alexyak”.
However, I wonder how the camera screen comes out after running the Magic Mirror.
And I wonder if I’ve done it well.
Please. -
EDIT
alexyak/camera
module is not built for displaying taken photos on MM screen.
Of course, you can modify it. When the module getsSEND_EMAIL
socketNotification fromnode_helper
, thepayload
will containdataUrl
. I think it might be the url or path of photo taken by this module. Now you can create code for displaying photo on screen with that value.I’m seeing inside of that module, and I’ve found it has the feature selfie snapshot already. If that module works properly, taken photo will be shown on MM screen. If not so, your module has a problem or not be activated.