How to set the tango camera exposure and iso parameters from c#/Unity
问题 I'm trying to disable the camera auto-exposure. According to the docs here, https://developers.google.com/project-tango/apis/c/reference/group/config-params , it's possible to set the color_mode_auto, color_exp and color_iso values in the config. I've tried setting values to the TangoConfig object straight after it is created in TangoApplication.cs, but I get a warning back saying these TangoConfig was unable to set the relevant keys (key string name taken directly from the docs above). Is it