0
votes

How to integrate Google Assistant service into my camera? We want to develop a camera with voice for commercial?

And "Warning: You can't launch commercial devices that integrate with the Google Assistant SDK. It's available for experimental and non-commercial uses only." in the document which the link is https://developers.google.com/assistant/sdk/overview, so we can't integrate Google Assistant service into my camera?

1
Looks like you've answered your own question there. Google does have a transcribe and tts api which I think their assistant makes use of so you could take that approach?Ben Lewis Watson
Hi,so means we cannot use Google Assistant service for commercial ?right?qiwen lei

1 Answers

0
votes

For integration into a camera, you actually want to look at developing a Smart Home Action. This will enable you to integrate the Assistant into your camera. There is a CameraStream trait and Camera device type that will help you get started.