<< return to Pixycam.com

Using signature in arduino code

anybody can help me,?
I wanna use pixy to turn on led number 1 for signature 1, led number 2 for signature 2 and led number 3 for signature 3.
what should I type on code?
please give me example.
thanks

Hello,
I don’t know what you mean by LED 1, LED 2, etc, or what platform you are using. Are you using Arduino? Can you control the LEDs with your C-code? If so, it should be fairly straightforward to modify the hello_world example to do what you want. You might find the information you need here:

http://cmucam.org/projects/cmucam5/wiki/Arduino_API

Edward

thanks for the help, .