Lib.image.analyze.DetectMotion - tixl3d/tixl GitHub Wiki
Uses motion history or difference to detect changes in an image. This might be useful for tracking.
| Name (Relevancy & Type) | Description |
|---|---|
| VideoTexture (Texture2DRequired) | - |
| VideoFrameIndex (Int32Relevant) | For video inputs with frames different that 60fps (or the current refresh rate) you should pass in the frame count here. This will prevent flickering. |
| Method (Int32) | - |
| BackgroundFade (Single) | - |
| RemapColor (Boolean) | Enable color remap using the gradient below. |
| RemapGradient (Gradient) | If enabled, can be used to increase contrast and reduce noise or key colors. |
| Name | Type |
|---|---|
| TextureOutput | T3.Core.DataTypes.Texture2D |
⚠ Everything else is automatically generated and will be overwritten regularly.