Ask Your Question
1

OpenCV on Embedded MSP430x1xx boards

asked 2012-10-08 12:56:38 -0600

pumpkinpie gravatar image

Hello,

I was wondering if OpenCV can be used on embedded MSP430x1xx boards made by Texas Instruments?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2012-10-09 02:12:07 -0600

elmiguelao gravatar image

Before asking if openCV is available, bigger issue is that MSP430 appears to have no Linux porting. It makes sense since this microcontroller has no MMU -- uCLinux could be an option but the MSP has really little amount of RAM, see this discussion. We could discuss about the necessary steps to port openCV but I'm afraid they would imply great effort to port or reuse libraries that openCV expects to find during compilation and runtime. Easiest option would be to get the openCV C code of the operations you want to use and migrate them individually into your project under TI CCS or gcc/ Eclipse.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-10-08 12:56:38 -0600

Seen: 887 times

Last updated: Oct 09 '12