MeVisLab Resolution Independence API
|
#include "SoViewers.h"
Go to the source code of this file.
Classes | |
class | FrameGrabber |
FrameGrabber class grabs GL frames for movie generation. More... | |
Macros | |
#define | FRAMEGRABBER_MAX_BYTES 1024*1024*50 |
FrameGrabber class grabs GL frames for movie generation. | |
#define | FRAMEGRABBER_CROP 0xfffc |
frames are copped so that movie generators don't have problems (Microsoft codec crashed on frames which are not cropped to a multiple of 4) | |
#define FRAMEGRABBER_CROP 0xfffc |
frames are copped so that movie generators don't have problems (Microsoft codec crashed on frames which are not cropped to a multiple of 4)
Definition at line 25 of file FrameGrabber.h.
#define FRAMEGRABBER_MAX_BYTES 1024*1024*50 |
FrameGrabber class grabs GL frames for movie generation.
maximum numbers of bytes store in memory before automatically writing to disk
Definition at line 21 of file FrameGrabber.h.