Hello,
I am pretty new to raspberry pi but not to programming. I want to know if one raspberry pi can handle processing 7 ultrasonic sensors and displaying readings on a custom lcd at the same time record using one raspberry pi camera module and one usb camera (video only) and save and upload file using given wifi or gsm module. And also act as a audio player or hands free within a car. I have searched but I couldnt get any answers on this. (from what I have read one camera module and one usb camera takes alot of cpu power on its own).
I have already got a raspberry pi 3 model b and have the ultrasonic sensors working and giving me the reading. Now before I order the camera modules and the lcd I want to know if the raspberry can process that many functions.
From the programming side, I am thinking of making a loop script which will create separate threads for each function (recording, showing distance and beeping if close, respond to lcd touch input). Also what are the ways to boot into a custom GUI instead of raspian desktop? Like a gui where the top 3/4th part is the readings on the ultrasonic sensors on their actual location and the bottom with tiled apps.
If I cant do that, I want to know if it is possible to use the same lcd to take input and show output but run multiple raspberry pi's on the background sharing the data? But how fast can the data be shared like reading of the sensors and reverse camera while reversing.