Your drone will return color data in the HSV color space. HSV stands for hue, saturation, and value.
- Hue represents the color as a value from 0-360
- Saturation is the color’s intensity from 0-100
- Value is the lightness or darkness of the color from 0-100
For computer recognition and other robotics applications, it is better to use the HSV color space, since it separates values for colors and intensity. This is important because shadows, reflections, and other factors may cause certain colors to look very different. The HSV color space takes this into account for more accurate results.