You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amazing work! Cudos! Quick question. Has anyone tried to set this up on Raspberry Pi yet? I stood it up on my PC with no issues but will not run on Raspberry Pi for some reason. Ij the console debugger I can see the images being sent but no replies despite a 200 response. Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hey! Thanks for your question. There shouldn't be any specific reason why it shouldn't run on a raspi.
Do you know if your webcam can be accessed in chrome/chromium/your browser? As in, do other web pages that access the webcam work?
Oh.... actually it's maybe due to the text to speech. It may not be available on your pi? Or maybe the language identifier is slightly different, and that's causing nothing to happen.
That's probably it, I see that I do "window.speechSynthesis.getVoices()" but then try to find the voice that's named "Google US English"..! That's in speech.ts
It should have a smarter fallback :) if you want to change that code / improve it please feel free. And if you could please run the .getVoices(), that would be helpful as well to get a list of available voices.
Amazing work! Cudos! Quick question. Has anyone tried to set this up on Raspberry Pi yet? I stood it up on my PC with no issues but will not run on Raspberry Pi for some reason. Ij the console debugger I can see the images being sent but no replies despite a 200 response. Thanks in advance!
The text was updated successfully, but these errors were encountered: