Question
AVI format with Motion-JPEG
Hi,
Reference the Official Code from CubeMX in STM32Cube_FW_H7_V1.6.0 -> JPEG_MJPEG_VideoDecoding.
And I have built the code for my own board test, but I got some error on it.
When I debug the code, it always get in HardFault at StreamSize like the image below.
But if I change the size format from uint32_t to uint16_t, it will pass through ,even I know it is not correct.
Is there anyone can help to solve this?
Or how can I ask ST employee for help?
Thanks a lot!
