cancel
Showing results for 
Search instead for 
Did you mean: 

Acquiring image from the camera(STM3241G-EVAL)

Diwakar Ragupathy Raj
Associate II
Posted on March 26, 2018 at 11:33

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.
16 REPLIES 16
Posted on March 26, 2018 at 14:10

I would expect there are DCMI examples available under the SPL and HAL code trees.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Andrew Neil
Chief II
Posted on March 26, 2018 at 16:50

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?

Posted on April 05, 2018 at 11:42

Hello,

Thanks so much for your reply.

I tried finding out the examples but I didn't succeed. Is there any other way?

Posted on April 05, 2018 at 11:44

Hello,

Thanks for your reply,

Yes, I tried the list of software but I didn't succeed. is there any other way?

Posted on April 05, 2018 at 13:10

it's not clear what you actually tried, or where or how it failed.

Do you have teachers or colleagues who can help you?

Posted on April 05, 2018 at 13:15

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. 

Posted on April 05, 2018 at 13:16

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.

Posted on April 05, 2018 at 13:19

hello,

thanks for your reply,

I am actually doing what you said. Hope i will get a result. this is my bachelor thesis project 

Posted on April 05, 2018 at 13:20

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

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..