Is it possible to convert the input feed from the CL-EYE to HSV format?
-k
Do you mean from RGB to HSV?
Yes that was my original question.
I’ve decided to forgo using colour and opt for black and white (CLEYE_MONO_RAW) which seems to work much better in isolating points on the image. Is CLEYE_COLOR_RAW in RGB? would still be good to find out for future reference.
thanks
-K
Good question—no answer?
I’m looking for a definition of the color modes:
typedef enum { CLEYE_MONO_PROCESSED, CLEYE_COLOR_PROCESSED, CLEYE_MONO_RAW, CLEYE_COLOR_RAW, CLEYE_BAYER_RAW }CLEyeCameraColorMode;
Thanks,
Dave Thomas