hello,
Is it possible to write an Arduino code that discriminates between the flashing of two IR Leds?
( I have two Infra red Leds connected to an Arduino. The first one is always on and the second one is flashing. what should I write in my Arduino code to make my IR camera know which Led is which? the camera is also connected to the arduino)
any help would be appreciated.
if this thread is related to your other thead (Distinguishing between 4 Infra Red Transmitters) the way I would do it instead of 'blinking' the LEDs would be to use more that one LED as one position (eg. 1 is position 1 ,2 in position 2...etc)
then in you code, you would code for your camera to detect a pattern OR the number of LEDs at position X
but its just MHO....
Cameras don't "know" anything, they take pictures.
If you compare two pictures taken from the same location, one showing a bright spot, and the other not, that would be a clue.