home › Forums › # Technical Support › Can't get correct output values › Reply To: Can't get correct output values
June 2, 2015 at 18:36
#1845
Member
AHhahahaa I was triying your solution when I realized that I’m duuuuuuuuuuuuuuuuuuuuuuuuuuuuumb :/
inputVariable1->setInputValue(a1); // Forced Input for Monosensor1 AKA inputVariable1
Point3i sensor2M = fondo1.at<Vec3b>(s1cPos.y, s1cPos.x);
short b = sensor2M.x;
double b1 = 252;
inputVariable1->setInputValue(b1);
I was forcing both variables as input1, now it works as intended. Thanks!