ClearVolume / clearvolume

ClearVolume is a real-time live 3D visualization library designed for high-end volumetric microscopes such as SPIM and DLSM microscopes. With ClearVolume you can see live on your screen the stacks acquired by your microscope instead of waiting for offline post-processing to give you an intuitive and comprehensive view on your data.
http://clearvolume.github.io
GNU Lesser General Public License v3.0
43 stars 11 forks source link

Video saving does not work #30

Closed skalarproduktraum closed 9 years ago

skalarproduktraum commented 9 years ago

Is: When a video is being saved from ClearVolume, only a single PNG image is created.

Should: A full sequence of the frames while recording is active should be saved.

skalarproduktraum commented 9 years ago

Reason: mImageCounter in GLVideoRecorder is not incremented when saving asynchronously. Fixing now...

skalarproduktraum commented 9 years ago

This was an upstream bug in ClearGL, see ClearVolume/ClearGL#4 - fixed by ClearVolume/ClearGL#5.