cancel
Showing results for 
Search instead for 
Did you mean: 

HOW TO IMAGE PROCESSING with STM32F4

elif uslu
Associate
Posted on December 26, 2017 at 13:58

hi everyone, i am very new with microprocessor. i get a STM32F429I developer kit to learn. right now, i am trying image processing with stm32 using OV9655 camera (i can use any camera or protocols). i aim to object detection. when a red object detects, one of the leds will lit. i have no problem with image processing algorithm but i have no idea how to demonstrate such an application with STM32. i am waiting your advice and let me know the steps that i need to do . 

#camera-tool ##stm32f4 #stm32f429i-discovery #image-processing
2 REPLIES 2
Nesrine M_O
Lead II
Posted on January 02, 2018 at 16:48

Hi

eamuslu

,

I recommend you to have a look to examples under the STM32CUBF4 it may help you to start:

STM32Cube_FW_F4_V1.0\Projects\STM324x9I_EVAL\Applications\Camera

-Nesrine-

Andrew Neil
Chief II
Posted on January 02, 2018 at 18:35

i am very new with microprocessor

Note that STM32F4 is more of a micro-controller than a micro-processor.

Wouldn't something like a Raspberry Pi be more suitable?

Do you have any experience of programming in general?