79523782

Date: 2025-03-20 18:17:49
Score: 1
Natty:
Report link

hi im stuck on the same issue.

the documentation dont really helps.

try this

using Range = Android.Util.Range;

var fps = characteristics?.Get(CameraCharacteristics.ControlAeAvailableTargetFpsRanges)!.ToArray<Range>();


for (int i = 0; i < fps.Length; i++)
{
    Console.WriteLine($"FPS Range : {fps[i].Lower} - {fps[i].Upper}");
}
Reasons:
  • Whitelisted phrase (-1): try this
  • RegEx Blacklisted phrase (1.5): im stuck
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: SleepyFinch