FF-Meg

Efficient Data Acquisition in MATLAB: Streaming HD Video in Real-Time

The acquisition and processing of a video stream can be very computationally expensive. Typical image processing applications split the work across multiple threads, one acquiring the images, and another one running the actual algorithms. In MATLAB we can get multi-threading by interfacing with other languages, but there is a significant cost associated with exchanging data across the resulting l…

Read more