Like the title says, I want to take in the synchronised data from two NXP breakout boards and two Ueye 1220LE cameras, and use VIO to fuse their data and get positions for both setups.
A lot of people have suggested running things like SLAM, which is similar to VIO, on something stronger than an Arduino, some specifically suggested using a version of a Raspberry Pi.
Now, I know that Raspberry Pis are stronger than an ESP32, but ESP32s are stronger than Arduinos, and since Pis are more expensive than an ESP32s and I need WiFi capabilities, before I buy a Pi, I was wondering if it would be possible to perform this on my dual-core ESP32.
And if the Pi isn't overkill and I needed all the processing power I could get, what version should I use? The Zero? The 3.0? The 4.0? Do let me know.