A couple of years ago I was given a problem of tracking the position of a index card stuck to a white board. We were using a Kanban project planning system for software development and wanted to be able to tell when a card moves from one part of the board to another.
Each board was 2m wide by 1m high and had around 20 cards that needed tracking. The cards need to be cheap to produce (so no rfid on the cards etc) and the board layout needs to be flexible.
I ran a number of experiments starting with qrcodes and other much simpler code types, using openCV to process the image. If i used a webcam the results were awful but a hi-res image from a SLR with a flash would be able to pick up basic codes. QRcodes were out of the question but that wasn’t a problem. It was not practical to have a SLR with a flash firing every 5mins in the office.
So my question is how good would Pixy be at identifying a colour code at a range of 2-3 meters away?