예제 #1
0
 private bool UseCamera2() => Camera2Enumerator.IsSupported(_context);
 private static bool UseCamera2(Context context) => Camera2Enumerator.IsSupported(context);