提交 7bbc174f 编写于 作者: eguid_1's avatar eguid_1

补漏

上级 fc6cc2a7
package cc.eguid.cv.corelib.videoimageshot.grabber;
import org.bytedeco.javacpp.avutil.AVFrame;
/**
* 通用抓取器接口
* @author eguid
*
*/
public interface Grabber {
/**
* 保存RGB像素帧
* @param pFrameRGB -默认rgb像素
* @param width
* @param height
* @return
*/
byte[] saveFrame(AVFrame pFrameRGB, int width, int height);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册