Hello everyone,
I am new to the DepthAI environment and have just ordered an OAK-1 to use in my Bachelor's Final Year Project along with an RPi4. Can't wait to receive this fabulous piece of hardware and play with it!
I am currently reading on how to start up with the OAK-1 and DepthAI device. I have some newbie questions that might seem trivial to most of you..
1) In order to allow all the processing to happen on the VPU, I need to install the DepthAI API on the RPi.
My questions is, how the code will know whether some part will be run on the VPU or on the RPi CPU?
In other words, my pipeline is having several functions such as: Object Recognition, Face Recognition, Text to Speech, and I/O buttons. How to determine which parts will run on the CPU and what parts will run on the VPU?
2) Is it possible to have more than one neural network model on my system? (each NN will run separately; not simultaneously with others.) If possible, how to do so?
Any help will be appreciated.
Cheers,