RawImageWidget#
- class pyqtgraph.RawImageWidget(
- parent=None,
- scaled=False,
Widget optimized for very fast video display. Generally using an ImageItem inside GraphicsView is fast enough. On some systems this may provide faster video. See the VideoSpeedTest example for benchmarking.
- __init__(
- parent=None,
- scaled=False,
Setting scaled=True will cause the entire image to be displayed within the boundaries of the widget. This also greatly reduces the speed at which it will draw frames.