HBadertscher / Matlab_BaslerCamDriver

A universal MATLAB driver for Basler cameras
MIT License
21 stars 5 forks source link

Simultaneous preview and capture #8

Open HBadertscher opened 9 years ago

HBadertscher commented 9 years ago

According to @smwasser it would be helpful to be able to simultaneously capture a video and have the preview to watch an experiment.

Is this possible? Probably something based on baslerPreview.m, which saves the image using MATLAB. This will probably be too slow for high frame rates -- maybe better a C++ implementation based on baslerSaveData.cpp?