ISVP-SDK
3.12.0
Ingenic Smart Video Platform SDK
|
IMP IVS模块 更多...
#include <imp/imp_common.h>
结构体 | |
struct | IMPIVSInterface |
宏定义 | |
#define | IMP_IVS_DEFAULT_TIMEOUTMS (-1) |
类型定义 | |
typedef struct IMPIVSInterface | IMPIVSInterface |
ivs 的通用接口 | |
函数 | |
int | IMP_IVS_CreateGroup (int GrpNum) |
创建通道组 更多... | |
int | IMP_IVS_DestroyGroup (int GrpNum) |
销毁通道组 更多... | |
int | IMP_IVS_CreateChn (int ChnNum, IMPIVSInterface *handler) |
创建IVS功能对应的通道 更多... | |
int | IMP_IVS_DestroyChn (int ChnNum) |
销毁IVS功能句柄对应的通道 更多... | |
int | IMP_IVS_RegisterChn (int GrpNum, int ChnNum) |
注册通道到通道组 更多... | |
int | IMP_IVS_UnRegisterChn (int ChnNum) |
从通道组注消通道 更多... | |
int | IMP_IVS_StartRecvPic (int ChnNum) |
通道开始接收图像 更多... | |
int | IMP_IVS_StopRecvPic (int ChnNum) |
通道停止接收图像 更多... | |
int | IMP_IVS_PollingResult (int ChnNum, int timeoutMs) |
阻塞判断是否可以获得IVS功能已计算出的智能分析结果 更多... | |
int | IMP_IVS_GetResult (int ChnNum, void **result) |
获得IVS功能计算出的智能分析结果 更多... | |
int | IMP_IVS_ReleaseResult (int ChnNum, void *result) |
释放IVS功能计算出的结果资源 更多... | |
int | IMP_IVS_ReleaseData (void *vaddr) |
释放传给Datacallback的参数frame 更多... | |
int | IMP_IVS_GetParam (int chnNum, void *param) |
获取通道算法参数 更多... | |
int | IMP_IVS_SetParam (int chnNum, void *param) |
设置通道算法参数 更多... | |
IMP IVS模块