2018-03-26 02:33 AM
I am doing an image processing project inSTM3241G-EVAL Evaluation board with STM32F417IG MCU. Can somebody help in guiding me how to acquire the image from the camera on the evaluation board?
Note: this post was migrated and contained many threaded conversations, some content may be missing.2018-03-26 05:10 AM
I would expect there are DCMI examples available under the SPL and HAL code trees.
2018-03-26 07:50 AM
This:
http://www.st.com/en/evaluation-tools/stm3241g-eval.html
?So, as
Turvey.Clive.002
suggests, have you investigated the 'http://www.st.com/en/evaluation-tools/stm3241g-eval.html#sw-tools-scroll
' downloads listed on that page?2018-04-05 04:42 AM
Hello,
Thanks so much for your reply.
I tried finding out the examples but I didn't succeed. Is there any other way?
2018-04-05 04:44 AM
Hello,
Thanks for your reply,
Yes, I tried the list of software but I didn't succeed. is there any other way?
2018-04-05 06:10 AM
it's not clear what you actually tried, or where or how it failed.
Do you have teachers or colleagues who can help you?
2018-04-05 06:15 AM
I tried configuring DCMI and DMA but still, I am not able to operate the camera and I don't get the camera output.
Nope, it's my own try to design an anti-theft system using pattern recognition.
2018-04-05 06:16 AM
Completely agree with Andy.
I tried the list of software but I didn't succeed. is there any other way?
Chances are high you will neither succeed on other ways.
You could start with naming the camera, it's resolution, frame rate, and the eval-board firmware.
2018-04-05 06:19 AM
hello,
thanks for your reply,
I am actually doing what you said. Hope i will get a result. this is my bachelor thesis project
2018-04-05 06:20 AM
Try using some of the examples for the board...
STM32Cube_FW_F4_V1.19.0\Projects\STM324xG_EVAL\Applications\Camera\Camera_To_USBDisk\readme.txt
STM32Cube_FW_F4_V1.19.0\Projects\STM324xG_EVAL\Examples\DCMI\DCMI_CaptureMode\readme.txt
STM32Cube_FW_F4_V1.19.0\Projects\STM324xG_EVAL\Examples\DCMI\DCMI_SnapshotMode\readme.txt