chooseFixedPreviewFps

open fun chooseFixedPreviewFps(parms: Camera.Parameters, desiredThousandFps: Int): Int

Attempts to find a fixed preview frame rate that matches the desired frame rate.

It doesn't seem like there's a great deal of flexibility here.

TODO: follow the recipe from http://stackoverflow.com/questions/22639336/#22645327

Return

The expected frame rate, in thousands of frames per second.