keypoints and color detection

how can i make keypoints and color detection in the same project?
is there a way to convert from RGB565 to greyscale?

Yes.

Please call the to_grayscale() method on an RGB565 image. Note that you cannot easily go the other way (from grayscale to color).

Hi, keypoints will support RGB images in the new release.