isVideoRecordingAndImageAnalysisSupported static method

Future<bool> isVideoRecordingAndImageAnalysisSupported(
  1. Sensors sensor
)

Implementation

static Future<bool> isVideoRecordingAndImageAnalysisSupported(
  Sensors sensor,
) {
  return CameraInterface()
      .isVideoRecordingAndImageAnalysisSupported(sensor.name.toUpperCase());
}