google / aiyprojects-raspbian

API libraries, samples, and system images for AIY Projects (Voice Kit and Vision Kit)
https://aiyprojects.withgoogle.com/
Apache License 2.0
1.61k stars 692 forks source link

Button / LED / Form factor #554

Open HUGEwindow opened 5 years ago

HUGEwindow commented 5 years ago

Is it possible to use the pi and vision bonnet without button, led, etc ? Are these required?

Thanks in advance.

divx118 commented 5 years ago

@HUGEwindow I don't know the vision bonnet, but for the voicekit I build my own. That can be done without button and leds. I used my own usb soundcard and speakers with amplifier to have stereo sound. I think the same can be done for the vision, but I think you will need the camera, however led and button should not be needed. The led only shows the status of the assistant, talking listening ready etc ... The button is normally the equivalent for saying ok google. Depends on which example you run of course, if you can leave it out.

dmitriykovalev commented 5 years ago

@HUGEwindow For sure you can do that. You can even use it without a camera and run inference only on image files. I guess that depends on your project :)