runPix2PixOnFrame method
Implementation
Future<Uint8List?> runPix2PixOnFrame({
required List<Uint8List> bytesList,
int imageHeight = 1280,
int imageWidth = 720,
double imageMean = 0,
double imageStd = 255.0,
int rotation = 90,
String outputType = "png",
bool asynch = true,
}) {
throw UnimplementedError('runPix2PixOnFrame() has not been implemented.');
}