public static interface Barcode2DWithSoft.VideoCallback
Modifier and Type | Method and Description |
---|---|
void |
onVideoFrame(int format,
int width,
int height,
byte[] data)
得到视频数据(只支持mot扫描头)
|
void onVideoFrame(int format, int width, int height, byte[] data)
format
- 图片格式 (IMG_FORMAT_JPEG, IMG_FORMAT_BMP, or IMG_FORMAT_TIFF)with
- 宽度height
- 高度data
- 数据