thank you. yes, I’ve tested it first as described in the link you’ve provided although I’ve tested only capturing an image and not live stream.
The thing is that i’m not sure is the voice component works for me at all and I don’t even know how to test it.
thank you for your help!
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
X
Posts
-
RE: Help with the camera
-
Help with the camera
Hello,
I’m very new to all of this but still have my setup going very well.
However I’m stuck with the Camera. I have few Logitech webcams and I’ve tested it with all of hem but I still can’t get it to work.
I’ve installed the voicecontrol module and the camera module. I’ve recorded the show Camera and hide camera commands and downloaded the file and put it in the root directory of MM. I’ve edited the config files according the instructions but still nothing happens when I say “Show Camera”.
Can someone please explain what am I doing wrong?Here is the part of my config file:
{ module: 'camera', position: 'top_right', config: { selfieInterval: 3, // Time interval in seconds before the photo will be taken. emailConfig: { service: 'gamil', // Email provider to use to send email with a photo. auth: { user: '', // Your email account pass: '' // Your password for email account } } } }, { module: 'voicecontrol', position: 'top_right', config: { models: [ { keyword: "Show Camera", description: "Say 'Show Camera' to display camera", file: "showCamera.pmdl", message: "SHOW_CAMERA" }, { keyword: "Hide Camera", description: "Say 'Hide Camera' to hide camera", file: "hideCamera.pmdl", message: "HIDE_CAMERA" }, { keyword: "Selfie", description: "Say 'Selfie' when camera is visible", file: "selfie.pmdl", message: "SELFIE" }, ], } },