![]() |
ISVP-SDK
3.12.0
Ingenic Smart Video Platform SDK
|
motion detection interface More...
|
Data Structures | |
| struct | IMP_IVS_MoveParam |
| Motion detection algorithm input parameter structure. More... | |
| struct | IMP_IVS_MoveOutput |
Functions | |
| IMPIVSInterface * | IMP_IVS_CreateMoveInterface (IMP_IVS_MoveParam *param) |
| Create motion detection interface. More... | |
| void | IMP_IVS_DestroyMoveInterface (IMPIVSInterface *moveInterface) |
| Destroy move detection interface. More... | |
motion detection interface
| IMPIVSInterface * IMP_IVS_CreateMoveInterface | ( | IMP_IVS_MoveParam * | param | ) |
Create motion detection interface.
| [in] | param | motion detection algorithm input parameter structure |
| not | NULL success, returns the motion detection interface handler pointer |
| NULL | failed |
| void IMP_IVS_DestroyMoveInterface | ( | IMPIVSInterface * | moveInterface | ) |
Destroy move detection interface.
| [in] | moveInterface | motion detection interface handler pointer |
| no | return |
1.8.8