Thank you for the prompt reply. I'm on my 'main' computer now so can type a bit better.
- I followed this guide: https://docs.luxonis.com/hardware/platform/deploy/to-rpi/
I used the google drive to flash "OAK_CM4_POE_V10_64bit" onto a card. From my understanding this worked because when I then inserted the card into the pi and started it up I could view the desktop and browse the internet and such. I did use the RPi imager instead of the Baleana Etcher as the Etcher was giving me problems.
I then tried to follow the instructions for this: https://docs.luxonis.com/hardware/platform/deploy/to-rpi/#SSH%20into%20the%20RPi
I managed to get to the below command line (with the ASCII art!); but none of the passwords I tried worked. I've tried "raspberry" as indicated, as well as tried resetting the password.
The authenticity of host 'raspberrypi.local (192.168.1.222)' can't be established.
ECDSA key fingerprint is SHA256:stb5mbRQeX6veOq8Wzg81rz9IHonxJR2++Q8bDYryTo.
Are you sure you want to continue connecting (yes/no/[fingerprint])?
- For transparency, I'm not very tech savvy so please excuse my ignorance-- but if I don't intend to use the pi/oak remotely then do I need to bother with SSH? The pi is connected to wifi and I am running a moniter with it via HDMI. I did try to run one of the tests to see if the camera is attached (I think it was in the deptha folder?) and the camera test passed. The camera seems to be connected; however I can't seem to run any NN/inference. For example I couldn't run the sample "age-gender" program in the examples, nor "tiny-yolo" in the examples.
My immediate goal is simply to try to run one of the example programs, such as "age gender" or "tiny yolo". I don't really need to access the pi remotely from another computer (but would like to maybe in a year or so when this project evolved a bit further).
Thank you.