2025-11-17 5:59 AM
Related posts
Setup
* Camera - https://www.st.com/en/evaluation-tools/steval-56g3mai.html
* STM32N6570-DK
Question
I'm trying to find the drivers for the VD56G3 but i can't seem to find them. The above posts say to go to this website
* https://www.st.com/en/development-tools/stm32n6-ai.html#get-software
But when i go there its mostly about AI and the one thing about image capture goes to this which is just a binary blob?
* https://github.com/STMicroelectronics/x-cube-n6-camera-capture
I do see this library
If that is the driver how to i enable it in the IOC file? I don't see it in the middleware and software packs.
Secondary question
* Is there a XThread version of this library. Most of my app is XThread based.