This Forum is now reserved to registred users!
Google Assistant not taking selfies
-
Can anyone tell me how can i set recipe configuration to take selfies in my magic mirror
i am saying “Jarvis take a selfie” and GA reply this “sorry i don’t understand”I add this in my main config file
recipes: [
“…/…/EXT-Selfies/recipe/EXT-Selfies.js”
],
recipes: [“…/…/EXT-Spotify/recipe/EXT-Spotify.js”
],{
module: ‘EXT-Selfies’,
position: ‘top_left’,
config: {
debug: false,
captureWidth:1280,
captureHeight:720,
device: null,
usePreview: false,
previewWidth:640,
previewHeight:360,
displayButton: true,
buttonStyle: 1,
buttons: {
1: “master.png”,
2: “halloween.png”,
3: “birthday.png”,
4: “christmas.png”
},
blinkButton: false,
playShutter: true,
resultDuration: 1000 * 10,
autoValidate: true,
counterStyle: 1,
showResult: true
}
},