2024-02-14 10:27 PM
2024-02-15 01:26 AM
Yes, I know, you've already discussed this in this thread. But it doesn't significantly change the amount of image data that needs to be processed. With frame rates of 30fps or more, you will hardly be successful with the STM32L496AG.
Regards
/Peter
2024-02-14 11:44 PM
Well, you probably meant the other way round, i.e. whether the STM32L496AG supports the OV5678 image sensor, right?
However, the sensor OV5678 has a MIPI interface, but the STM32L496AG does not, so it can't work without an interface in between. But even with an interface, i.e. a converter from MIPI-CSI to whatever, the STM32L496 cannot process it, because you get a data stream of 2592x1944 px x 10bit x 30fps = 1.722Gbps. For such fat data streams you need a powerful MPU such as STM32MP1.
Hope that answers your question?
Regards
/Peter
2024-02-15 12:08 AM
Hi Peter,
2024-02-15 01:26 AM
Yes, I know, you've already discussed this in this thread. But it doesn't significantly change the amount of image data that needs to be processed. With frame rates of 30fps or more, you will hardly be successful with the STM32L496AG.
Regards
/Peter