Person Tracking Null Values

Hi there, I’m using mediapipe to detect people and manage animation states, Works perfectly with hand because I already have instance data but for person detection Im selecting from dat My timer resets are based a logic chop that is dat to chop, so when person leaves frame instead of the dat holding a 0 value I lose the entry and Im getting a black value is there a workaround for this, where I can hold dat values in chop.

Hi @sairamkr,

check out the Replace CHOP ans associated OP Snippets. The first input could be some default values for channels that might not be guaranteed to exist in the second input. If the channels are present in the second input, they just replace the same named channels in the first one.

Hope this helps
cheers
Markus