cancel
Showing results for 
Search instead for 
Did you mean: 

STM32N6570-DK SD card Integration

FBrin.1
Associate III

I am currently running the object detection application code firmware from the STM32AI ModelZoo Services on STM32N6570-DK.

I would like to extend its functionality with the following two features:
- Convert the captured RGB frame to JPEG format.
- And then store the converted JPEG image onto the SD card available on the discovery kit.

Can someone please advise on the best approach to implement these features within the current firmware architecture?

Thank you for your support.

1 REPLY 1
Julian E.
ST Employee

Hello @FBrin.1,

 

You can find the source code of the application in /<your_model_zoo_folder>/application_code/object_detection/stm32n6/stm32cubeIDE.

 

After importing the project to STM32CubeIDE by opening the .project, you will find the main() in /application/main.c.
The camera pipeline and image capture are done there.

 

For the JPEG conversion and SD card usage, please ask in a more general MCU forum or look for a similar thread.

 

Have a good day,

Julian

 

 

 


In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.