<< return to Pixycam.com

Pixy cam barocde for tracking

Hi can we use pixy2 line tracking mode which includes the barcodes to track the barcodes just like we can track objects using color connected components if possible can somebody guide me how to achieve it

Hello,
You can use the m_x and m_y values of the barcodes to track them. Using the getAllFeatures() function would be best for tracking barcodes. (getMainFeatures() will only report each barcode once.)

Edward

1 Like