Search code examples
android-cameragoogle-glassgoogle-gdk

google glass camera parameter settings


I'm working on an app that includes a custom camera application on Glass. I want to be able to hard-set different camera parameters, but I'm having difficulty figuring out which ones I actually have access to.

I tried calling parameters.flatten() and got a whole bunch of options that I thought I would be able to use, but when I tried testing them, nothing happened. (For example, when I tried setting the color effect to sepia, the result was still in normal color). Is there any documentation or code I can look at that will tell me which parameter options I actually have?


Solution

  • There are a few open issues on our issue tracker about camera parameters that do not behave as expected:

    You may want to follow those so that you can be updated as the GDK evolves.