Example #1
0
 public static extern void Run(IrCameraHandle handle, MomentProcessorConfig config);                                                                                                        // 0x01150B30-0x01150B70
 public static extern Result GetState(ref MomentProcessorState pOutValue, IrCameraHandle handle);                                                                                           // 0x01150B70-0x01150B90
Example #2
0
 private static extern Result GetStates([In, Out] MomentProcessorState[] pOutStates, ref int pOutCount, int countMax, IrCameraHandle handle);                                               // 0x01150BC0-0x01150BF0
 public static extern MomentStatistic CalculateMomentRegionStatistic(ref MomentProcessorState pState, Rect windowOfInterest, int startRow, int startColumn, int rowCount, int columnCount); // 0x01150BF0-0x01150E60
Example #3
0
 public static extern nn.Result GetState(ref MomentProcessorState pOutValue, IrCameraHandle handle);