-
Notifications
You must be signed in to change notification settings - Fork 246
Lib.image.analyze.DetectMotion
Thomas Mann edited this page Sep 5, 2025
·
1 revision
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.