Returns the actual capture height negotiated with the device.
@override Future<int> getHeight() async { return await methodChannel.invokeMethod('getHeight') as int; }