vision_opencv
vision_opencv copied to clipboard
Magic number in `getConversionCodes()`
There is a magic 5 in getConversionCodes(). Shouldn't it actually be 10, the last index of the Encoding enum?
Anyway, a comment should be added explaining the number there.