How to disable IR LEDs of VR100:R2 camera in code?
Posted: Tue Jan 10, 2012 1:36 am
I am trying to turn off all LEDs of camera(IR LED Ring) by using software. In other words, I want to not detect reflective objects to be able to use our laser. I tried this code but it did not work :
cameras->SetLED(IlluminationLED,false);
cameras->SetLED(GreenStatusLED,false);
cameras->SetLED(RedStatusLED,false);
cameras->SetLED(CaseStatusLED,false);
cameras->SetStatusIntensity(0);
I will be very glad if I receive answers soon.
Regards,
Aydin
cameras->SetLED(IlluminationLED,false);
cameras->SetLED(GreenStatusLED,false);
cameras->SetLED(RedStatusLED,false);
cameras->SetLED(CaseStatusLED,false);
cameras->SetStatusIntensity(0);
I will be very glad if I receive answers soon.
Regards,
Aydin