pynaviz.audiovideo.skeleton_plot#
Classes
|
A streaming skeleton with pygfx Points and Lines. |
- class pynaviz.audiovideo.skeleton_plot.PlotPoints(tsdframe, initial_time, scene, color='red', markersize=8.0, thickness=2.0)[source]#
Bases:
objectA streaming skeleton with pygfx Points and Lines.
- Parameters:
tsdframe (
nap.TsdFrame) – Skeleton time series data to overlay.initial_time (
float) – Initial time to display.scene (
gfx.Scene) – The scene to add the skeleton to.color (
tupleoffloatorstr) – Color of the points as RGBA values between 0 and 1 or string.markersize (
float) – Size of the points in pixels.thickness (
float) – Thickness of connecting lines.
- set_markersize(markersize)[source]#
Set size of the points.
- Parameters:
markersize (
float) – Size of the points in pixels.