Skip to main content
elif uslu
Visitor II
December 26, 2017
Question

HOW TO IMAGE PROCESSING with STM32F4

  • December 26, 2017
  • 2 replies
  • 2054 views
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
This topic has been closed for replies.

2 replies

Nesrine M_O
Associate
January 2, 2018
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
Super User
January 2, 2018
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?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.