Hi Pixy-folks
I'm developing a line tracking algorithm for a Robot competition (next week...), and I could use a little guidance.
I've poured through wiki, forum and this group to find info, and with good success! - Thanks all!
Situation:
1) I have managed to compile standard firmware with LPCXpresso, and it seems to work fine on the Pixy (at some boots the LED does not switch off again, and the software does not detect the Pixy, but it's quite seldom, so I'll live with that for now).
2) I have developed an algorithm using raw images from the Pixy, and it seems to work ok (I think):
3) I tried to copy the cccmodule to my own and compile that into Pixymon, but found that cccmodule "stole" all the frames :-) - So now I've started to modify cccmodule instead. I've used printf to see that my code gets called, all ok.
Next:
What I'm aiming for is a "quick'n'dirty" (for now), using the the report-variables for signature 7, as I would like to use the Lego EV3 Pixy-block as is.
I plan to finalize the Pixymon module, and have it report the line-information as a blob, and see the values appear on the screen as if it was a blob (signature 7).
Then on to implement it on the Pixy itself, although I'm a bit in the dark as to how to make the transition from Pixymon-module to Pixy-module.
Any help/hints/guides will be greatly appreciated :-)
~Per