google-assistant-sdk

Google Assistant on Raspberry pi Segmentation fault

♀尐吖头ヾ 提交于 2019-11-29 14:40:42
问题 Installing Google assistant on my pi with this guide: https://developers.google.com/assistant/sdk/guides/library/python/embed/run-sample (env) pi@raspberrypi:~ $ source env/bin/activate (env) pi@raspberrypi:~ $ googlesamples-assistant-hotword --project_id 'celius-54926' --device_model_id 'celius-54926-celius-qyn1r6' device_model_id: celius-54926-celius-qyn1r6 device_id: A1CE24415E5C880BCA74644CD6315DC2 Segmentation fault 回答1: I had the same issue. I carried on reading the page : https:/

Use Google Assistant to directly talk to my Android app and execute a very simple task

一世执手 提交于 2019-11-29 05:44:08
问题 I am working on a project to integrate the Google Assistant with an existing Android app. The requirements are simple. Assuming my app is named TestApp and I want it to just change the background color of the app home page, I want to be able to say, " Hey Google, Change background to black on TestApp ". I was given links to ActionsSDK, but looking into it, I see that it is only a stand-alone app that extends Google Assistant and has nothing to do with android itself. The closest API I found