ISVP-SDK  3.12.0
Ingenic Smart Video Platform SDK
Data Structures | Functions

motion detection interface More...

Collaboration diagram for MoveDetection:

Data Structures

struct  IMP_IVS_MoveParam
 Motion detection algorithm input parameter structure. More...
 
struct  IMP_IVS_MoveOutput
 

Functions

IMPIVSInterfaceIMP_IVS_CreateMoveInterface (IMP_IVS_MoveParam *param)
 Create motion detection interface. More...
 
void IMP_IVS_DestroyMoveInterface (IMPIVSInterface *moveInterface)
 Destroy move detection interface. More...
 

Detailed Description

motion detection interface

Function Documentation

IMPIVSInterface * IMP_IVS_CreateMoveInterface ( IMP_IVS_MoveParam param)

Create motion detection interface.

Parameters
[in]parammotion detection algorithm input parameter structure
Return values
notNULL success, returns the motion detection interface handler pointer
NULLfailed
Attention
null
void IMP_IVS_DestroyMoveInterface ( IMPIVSInterface moveInterface)

Destroy move detection interface.

Parameters
[in]moveInterfacemotion detection interface handler pointer
Return values
noreturn