pynaviz.video.video_plot.PlotTsdTensor.__init__#
- PlotTsdTensor.__init__(data: TsdTensor, index=None, parent=None)[source]#
Initialize the base video tensor plot.
- Parameters:
data (Any) – The data source, such as a TsdTensor or a video handler.
index (int, optional) – Identifier for the controller.
parent (Any, optional) – Parent widget or container.