The camera in android gives us output in a format called YUV which we have to convert to RGB and then to gray. I was wondering if there is a way to set the camera so that it sends us gray scale images directly?
Asked
Active
Viewed 523 times
0
-
refer [this link](http://stackoverflow.com/a/3391061/2345913) – CRUSADER Jun 28 '13 at 11:16
-
That gives you function to convert the frame. I want to know if there is an easier method to set the camera to send grayscale similar to how we set the resolution/fps etc. – nette Jul 03 '13 at 05:33