Hi All,
We've a code written in SIMULINK which includes Embedded Matlab files.Code does live image acquisition and video - image processing.We need to run this code on a some kind of board.First of all , we thought installing the code to a motherboard(ZOTAC ion itx B actually) with Linux OS.By realtime workshop tool of simulink we converted the code in to .c file .But there is a vital issueur process is done over the lively acquired video.And Real-Time Workshop does not support converting live image acquisition block to .c because converted code works in rapid acceleration mode.We searched everywhere about that issue but found out nothing helpful.My question is : How can we solve that issue? What kind of a board we must use(or should we prefer FPGAs?)? And generally what kind of approach is made to create similar projects?