Is it possible to download and process images Asynchronously?

2 ビュー (過去 30 日間)
henry
henry 2013 年 7 月 18 日
I need to capture images from an IP camera and process them. However, the processing sometimes falls behind the camera's framerate for short periods of time. If possible, I'd like to have 2 loops running - one to continuously download images from the camera at the desired framerate and one to do the processing on the downloaded images. Would this be possible using, for instance, two different callback functions on the GUI? My alternative would be to have two separate executables that communicated with each other by writing text files. That way Windows could handle everything for me. Please let me know if there is a good way to have two loops running asynchronously in the MATLAB environment.

採用された回答

Muthu Annamalai
Muthu Annamalai 2013 年 7 月 18 日
Yes. Try MATLAB timer object. MATLAB timer

その他の回答 (1 件)

Sean de Wolski
Sean de Wolski 2013 年 7 月 18 日
parfor loops in the Parallel Computing Toolbox.
doc parfor

カテゴリ

Help Center および File ExchangeDownloads についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by