I'm coming from the Arduino world so im just starting out with Raspberry Pi. I've built an autopilot system for an rc Plane and wanted to add object avoidance to the plane. So my plan was to use an arduino for the hardware connection and then use a Raspberry Pi 3 B with a camera to process video coming from the camera and basically see things like trees and get their rough positon.
The problem is i dont know how fast the raspberry pi 3B can process video. I think ill need around 30fps but that still might change. Is this even possible?
Like i said i'm just starting with raspberry Pi and dont know how fast it is.