public class DwFrameCapture extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
AUTO_CAPTURE |
long |
freeMemory |
float |
jpeg_compression |
long |
maxMemory |
int |
num_processors |
processing.core.PApplet |
papplet |
String |
root_dir |
long |
totalMemory |
long |
usedMemory |
Constructor and Description |
---|
DwFrameCapture(processing.core.PApplet papplet,
String root_dir) |
Modifier and Type | Method and Description |
---|---|
void |
capture() |
BufferedImage |
createBufferedImage() |
File |
createFilename() |
void |
dispose() |
static long |
folderSize(File directory) |
void |
post() |
void |
start() |
void |
stop() |
public processing.core.PApplet papplet
public boolean AUTO_CAPTURE
public float jpeg_compression
public String root_dir
public int num_processors
public long freeMemory
public long maxMemory
public long totalMemory
public long usedMemory
public DwFrameCapture(processing.core.PApplet papplet, String root_dir)
public void dispose()
public void post()
public void start()
public void stop()
public static long folderSize(File directory)
public void capture()
public BufferedImage createBufferedImage()
public File createFilename()
Processing library PixelFlow by Thomas Diewald. (c) 2017