VEXos Default AI Vision Sensor Color IDs

Could you please share the AI Vision Sensor Color ID parameters that are used on the V5 Devices test screen?

I have used the color signatures you posted for the (original) Vision Sensor for several student activities each year. I just upgraded all 12 of our classroom V5s to AI Vision Sensors and would like to update the activities.

Thanks!

Nothing particularly special about them, just numbers I grabbed on my desk using the same tools you have access to (ie. VEXcode)

aivision::colordesc COLR(1,     237,      61,      74,   10.00,    0.20}; // R
aivision::colordesc COLG(2,      10,     143,      45,   10.00,    0.20}; // G
aivision::colordesc COLB(3,      13,     114,     227,   10.00,    0.20}; // B
aivision::colordesc COLY(4,     238,     218,      69,   10.00,    0.20}; // Y
3 Likes