Blob Detect

Read with AI
All docs in one file (llms-full.txt)
BlobDetect #Blob

Detect blobs in a video → BlobData

A written guide for this node is coming soon. The port reference below is generated from the app itself and always up to date.

Input ports

Port IDType
InRenderTexture
Thresholdfloat
KeyColorColor
MinAreafloat
MaxBlobsint
BackgroundRenderTexture

Output ports

Port IDType
BlobsBlobData
MaskRenderTexture
CenterXfloat
CenterYfloat
Sizefloat
Countint
Detectedbool
Appearedtrigger
Losttrigger

Scriptable members

PathType
thresholdInputfloat
minAreaInputfloat
maxBlobsInputint
currentThresholdfloat
currentMinAreafloat
currentMaxAreafloat
currentMaxBlobsint
currentSmoothingfloat
currentMoveDistancefloat
currentHoldTicksint

Synapse Apps (scripting)

await synapse.modules.create({ type: "BlobDetect" })