MATLAB: How can i make an infinitely simulating model in simulink

Image Acquisition Toolboximage processingImage Processing ToolboxMATLABsimulationsimulink

Normally in simulink we specify the time for simulation. But I want to implement an image processing system which continuously take images from a camera as input. The system should work like code inside a while loop.Is it possible to create such a system in simulink? How can I implement such a system?

Best Answer

enter the stop time of the simulink model as 'inf' and run the model. This will execute the model in an infinte loop