Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raspberry Pi?? #14

Open
mdwoicke opened this issue Feb 21, 2024 · 1 comment
Open

Raspberry Pi?? #14

mdwoicke opened this issue Feb 21, 2024 · 1 comment

Comments

@mdwoicke
Copy link

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!

@gregsadetsky
Copy link
Owner

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.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants