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-04-05 06:23 AM
great thanks a lot for your help. I will try this and let you know.
2018-04-05 06:36 AM
Diwakar Ragupathy Raj wrote:
this is my bachelor thesis project
So you do have teachers to help you!
Most importantly, you should discuss with your teachers whether your project idea is appropriate to the course requirements and to your level of experience.
2018-04-05 06:39 AM
Diwakar Ragupathy Raj wrote:
I will try this and let you know.
This is a little confusing!
The original suggestions were that you try the examples - you say you've done that, but 'didn't succeed'.
Now
Turvey.Clive.002
is just pointing you again to the examples - so had you not actually tried them?2018-04-05 06:50 AM
>> but 'didn't succeed'
I assumed the horse went down at the first fence...
Like speaking to a Frenchman in English, if at first you don't succeed try slower and louder...
2018-04-05 07:36 AM
Not sure if a Cortex M board is the proper device for your stated goal, I would have chosen a Cortex A board with embedded Linux, and openCV.
With the current choice, I suspect most of your bachelor work will involve circumventing hardware and ressource limitations, and not pattern recognition.
Getting down to money, a Cortex A5 is about the same price range as high-end M4 and M7.
2018-04-05 08:11 AM
AvaTar wrote:
Not sure if a Cortex M board is the proper device for your stated goal
Indeed
I would have chosen a Cortex A board with embedded Linux, and openCV.
A Raspberry Pi would seem the obvious choice for a project like this.
Again, this is the kind of thing which should have been discussed with the supervisor at the proposal stage.
I suspect most of your bachelor work will involve circumventing hardware and ressource limitations, and not pattern recognition.Which, again, is the kind of thing that should have come out in discussion with the supervisor
at the proposal stage.a Cortex A5 is about the same price range as high-end M4 and M7.
Indeed.
And, I suspect, A Raspberry Pi is cheaper than the
STM3241G-EVAL Evaluation board
2018-04-05 11:49 AM
The Raspberry would not be my prime selection (because of a few poor design choices), but surely a much better one.
A great advantage is the number of available software packages (mostly free), and the large, active community.