NavigSB / embedded-capstone

3 stars 0 forks source link

Is video processing and audio processing, as well as communication, possible on the STM32? #23

Open aklein4734 opened 6 months ago

aklein4734 commented 6 months ago

Image processing is not feasible on the STM since there is no MIPI processing on the STM, but we can try to still pull the MIPI signal to the STM then pass it on to the Rasberry Pi which can do MIPI processing. Or we can use the built in DCMI on the STM but the camera we would need a DCMI compatible then pass it to the Rasberry Pi. Or last resort hook up a MIPI camera directly to the Rasberry Pi.