Introduction
Video display pipeline with cv2PySide6
cv2PySide6 is a Python package which converts PySide6.QVideoFrame to numpy.ndarray and displays it on GUI.
This task is very common in scientific visualizing, especially in the field of image analysis.
FrameToArrayConverter converts the video frame to numpy array.
After any desired processing is done, the resulting array can be passed to NDArrayLabel to be displayed.
NDArrayVideoPlayerWidget and NDArrayCameraWidget are convenience classes with pre-built pipelines.