MeVisLab Resolution Independence API
FrameGrabber.h File Reference
#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. More...
 
#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) More...
 

Macro Definition Documentation

◆ FRAMEGRABBER_CROP

#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.

◆ FRAMEGRABBER_MAX_BYTES

#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.