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
{{ message }}
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.
Hello I have a Raspberr Pi 4 with a regular Raspberry Camera v2.1. I am not planning on getting a Vision Bonnet. I was merely interested in the AI models that come with the API.
However when I try to run a demo it breaks with the error message shown below.
Is this because it needs a Vision Bonnet to be connected to the SPI?
@npaibrooklyn The models that come with AIY release require vision bonnet. The code looks for the vision bonnet so that the model can be executed on that. If the code doesn't find bonnet then it throws error : No such file or directory: '/dev/vision_spicomm'.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello I have a Raspberr Pi 4 with a regular Raspberry Camera v2.1. I am not planning on getting a Vision Bonnet. I was merely interested in the AI models that come with the API.
However when I try to run a demo it breaks with the error message shown below.
Is this because it needs a Vision Bonnet to be connected to the SPI?
I followed instructions at https://github.com/google/aiyprojects-raspbian/blob/aiyprojects/HACKING.md however I skipped the Bonnet-specific instructions except for these:
So, I do have aiy-vision-dkms and aiy-models installed.
The text was updated successfully, but these errors were encountered: