The actual capture height negotiated with the device, in pixels (0 when no camera is open).
@override Future<int> getHeight() async => _videoElement?.videoHeight ?? 0;