public class OpenCVFrameRecorder extends FrameRecorder
FrameRecorder.ExceptionaspectRatio, audioBitrate, audioChannels, audioCodec, audioCodecName, audioMetadata, audioOptions, audioQuality, format, frameNumber, frameRate, gopSize, imageHeight, imageWidth, interleaved, list, maxBFrames, maxDelay, metadata, options, pixelFormat, sampleFormat, sampleRate, timestamp, trellis, videoBitrate, videoCodec, videoCodecName, videoMetadata, videoOptions, videoQuality| Constructor and Description |
|---|
OpenCVFrameRecorder(File file,
int imageWidth,
int imageHeight) |
OpenCVFrameRecorder(String filename,
int imageWidth,
int imageHeight) |
| Modifier and Type | Method and Description |
|---|---|
static OpenCVFrameRecorder |
createDefault(File f,
int w,
int h) |
static OpenCVFrameRecorder |
createDefault(String f,
int w,
int h) |
protected void |
finalize() |
void |
record(Frame frame) |
void |
release() |
void |
start() |
void |
stop() |
static void |
tryLoad() |
close, create, create, create, get, getAspectRatio, getAudioBitrate, getAudioChannels, getAudioCodec, getAudioCodecName, getAudioMetadata, getAudioMetadata, getAudioOption, getAudioOptions, getAudioQuality, getDefault, getFormat, getFrameNumber, getFrameRate, getGopSize, getImageHeight, getImageWidth, getMaxBFrames, getMaxDelay, getMetadata, getMetadata, getOption, getOptions, getPixelFormat, getSampleFormat, getSampleRate, getTimestamp, getTrellis, getVideoBitrate, getVideoCodec, getVideoCodecName, getVideoMetadata, getVideoMetadata, getVideoOption, getVideoOptions, getVideoQuality, init, isInterleaved, setAspectRatio, setAudioBitrate, setAudioChannels, setAudioCodec, setAudioCodecName, setAudioMetadata, setAudioMetadata, setAudioOption, setAudioOptions, setAudioQuality, setFormat, setFrameNumber, setFrameRate, setGopSize, setImageHeight, setImageWidth, setInterleaved, setMaxBFrames, setMaxDelay, setMetadata, setMetadata, setOption, setOptions, setPixelFormat, setSampleFormat, setSampleRate, setTimestamp, setTrellis, setVideoBitrate, setVideoCodec, setVideoCodecName, setVideoMetadata, setVideoMetadata, setVideoOption, setVideoOptions, setVideoQualitypublic OpenCVFrameRecorder(File file, int imageWidth, int imageHeight)
public OpenCVFrameRecorder(String filename, int imageWidth, int imageHeight)
public static OpenCVFrameRecorder createDefault(File f, int w, int h) throws FrameRecorder.Exception
FrameRecorder.Exceptionpublic static OpenCVFrameRecorder createDefault(String f, int w, int h) throws FrameRecorder.Exception
FrameRecorder.Exceptionpublic static void tryLoad()
throws FrameRecorder.Exception
FrameRecorder.Exceptionpublic void release()
throws FrameRecorder.Exception
release in class FrameRecorderFrameRecorder.Exceptionprotected void finalize()
throws Throwable
public void start()
throws FrameRecorder.Exception
start in class FrameRecorderFrameRecorder.Exceptionpublic void stop()
throws FrameRecorder.Exception
stop in class FrameRecorderFrameRecorder.Exceptionpublic void record(Frame frame) throws FrameRecorder.Exception
record in class FrameRecorderFrameRecorder.ExceptionCopyright © 2018. All rights reserved.