2016-12-01 03:34 AM
hi,
I am new to stm32 programming andI am not getting how to interface camera with discovery board, please tell which all the steps i need to go through.2016-12-01 06:20 AM
Dear User,
Welcome to the Community.I recommend you to start with working example which help you to use the DCMI to interface with camera module.- If you are Cube user, within : STM32Cube_FW_F4_V1.14.0\Projects\STM324xG_EVAL\Examples\DCMIYou can also refer to the STM32Cube based application as follows: STM32Cube_FW_F4_V1.14.0\Projects\STM324xG_EVAL\Applications\Camera- If you are a SPL user, you can download thehttp://www.st.com/en/embedded-software/stsw-stm32065.html
library and refer to the DCMI Camera Example : STM32F4xx_DSP_StdPeriph_Lib_V1.7.1\Project\STM32F4xx_StdPeriph_Examples\DCMI\DCMI_CameraExampleYou should refer to your reference manual, in Digital camera interface (DCMI) section for more clarification.I hope that this brings some help to you.Best Regards-Imen-2016-12-01 09:13 AM
Look at the
http://www.st.com/en/evaluation-tools/stm32f4dis-ext.html
akahttp://www.elinux.org/DM-STF4BB_Base_Board
designs and software related to the camera interface.