用户自定义视频人脸识别回调 更多...
Public 成员函数 | |
void | customDetectCreate () |
long | customDetectProcess (long dataPtr, int width, int height, int rotation, int format, long extra) |
void | customDetectDestroy () |
用户自定义视频人脸识别回调
在文件 AlivcLivePushCustomDetect.java 第 14 行定义.
void com.alivc.component.custom.AlivcLivePushCustomDetect.customDetectCreate | ( | ) |
定制detect创建
void com.alivc.component.custom.AlivcLivePushCustomDetect.customDetectDestroy | ( | ) |
定制detect销毁
long com.alivc.component.custom.AlivcLivePushCustomDetect.customDetectProcess | ( | long | dataPtr, |
int | width, | ||
int | height, | ||
int | rotation, | ||
int | format, | ||
long | extra | ||
) |
定制detect处理
dataPtr | data ptr |
width | width |
height | height |
rotation | rotation |
format | format |
extra | extra |