detectStill method

  1. @override
Future<TrackingData?> detectStill(
  1. Uint8List bytes
)

Detects the most prominent face in a still image (photo mode). Null when unsupported or no face found.

Implementation

@override
Future<TrackingData?> detectStill(Uint8List bytes) async => stillResult;