I use Pixy2 camera with C++ API.
while tracking line with pixy2, sometimes pixy2 miss seeing line and after few frames pixy2 can see line again.
When this happen, the line index before missing seeing line and the line index after missing seeing line are defferent with C++ API, m_index of Vector. But I want these two line indexes same.
Is there any easy way to get the same index when missing seeing line for one or few frames.