Documentation Site Map Main Page Reference List Motion Capture Visual3D Overview Visual3D Installation License Activation Getting Started Visual3D Documentation Overview Pipeline Commands Reference Expressions Overview CalTester Mode Overview List of Tutorials Visual3D Examples Overview Troubleshooting Sift Sift Overview Installation Getting Started Sift Documentation Overview Knowledge Discovery for Biomechanical Data Tutorial Overview Troubleshooting Inspect3D Inspect3D Overview Inspect3D Installation Overview Inspect3D Getting Started Overview Inspect3D Documentation Overview Knowledge Discovery in Inspect3D Inspect3D Tutorials Overview Troubleshooting DSX Suite DSX Overview DSX Definitions DSX Suite Installation DSX Tutorials DSX Release Notes xManager Overview PlanDSX Overview Surface3D Overview Orient3D Overview CalibrateDSX Overview Locate3D Overview X4D Overview
This is an old revision of the document!
modify_rtgraph_settings | |modify the settings that control the realtime biofeedback graphs.\\ \\ **modify_rtgraph_settings**\\ \\ ! /full_screen_display=false\\ \\ ! /play_sounds=false\\ \\ /graph_display_pane=xz\\ \\ ! /switch_vertical_axis=false\\ \\ /switch_horizontal_axis=true\\ \\ ! /frames_to_graph=500\\ \\ ! /maximum_gap=30\\ \\ **;**\\ \\ modifyrtgraphsettings.jpg | | load_rt_pipeline | |load the realtime processing pipeline. include the full pathname for the file.\\ \\ this pipeline is executed every time visual3d grabs a frame of streaming data\\ \\ **load_rt_pipeline**\\ \\ /file_name=\\ \\ **;**\\ \\ specify the entire path to the file. | | load_rt_graph_pipeline | |load the real time biofeedback graph pipeline. specify the full pathname to the file\\ \\ **load_rt_graph_pipeline**\\ \\ /file_name=::rt_graphs\\ \\ ! /full_screen_display=false\\ \\ **;** | | load_rt_plugin | |load the manufacturer specific real time plugin (e.g dll)\\ \\ visual3d looks for the dll in the plugins directory\\ \\ **load_rt_plugin**\\ \\ /plugin_name=\\ \\ **;** | ====== rt and post processing biofeedback ====== | animated_sphere | |**animated_sphere**\\ \\ /signal_types=\\ \\ ! /signal_folder=original\\ \\ /signal_names=\\ \\ ! /color_red=1.0\\ \\ ! /color_green=1.0\\ \\ ! /color_blue=1.0\\ \\ ! /radius=0.02\\ \\ **;**\\ \\ example: draw a red sphere on the right thigh markers(rth1, rth2, rth3, rth4)\\ \\ **animated_sphere**\\ \\ /signal_types=target\\ \\ /signal_folder=original\\ \\ /signal_names=rth1+rth2+rth3+rth4\\ \\ /color_red=1.0\\ \\ /color_green=0\\ \\ /color_blue=0\\ \\ /radius=0.02\\ \\ **;** | | animated_line | |**animated_line**\\ \\ /signal_types=\\ \\ /signal_folder=\\ \\ /signal_names=\\ \\ ! /line_width=2.0\\ \\ ! /line_color_red=1.0\\ \\ ! /line_color_green=1.0\\ \\ ! /line_color_blue=1.0\\ \\ ! /draw_as_cylinder=false\\ \\ **;**\\ \\ example: draw a red cylinder between the markers on the right thigh (rth1, rth2, rth3, rth4)\\ \\ **animated_line**\\ \\ /signal_types=target\\ \\ /signal_folder=original\\ \\ /signal_names=rth1+rth2+rth3+rth4\\ \\ /line_width=2.0\\ \\ /line_color_red=1.0\\ \\ /line_color_green=0\\ \\ /line_color_blue=0\\ \\ /draw_as_cylinder=true\\ \\ **;** | | animated_polyline | |**animated_polyline**\\ \\ ! /signal_types=\\ \\ ! /signal_folder=\\ \\ ! /signal_names=\\ \\ ! /expression=\\ \\ ! /resolution_segment=lab\\ \\ ! /line_width=2.0\\ \\ ! /line_color_red=1.0\\ \\ ! /line_color_green=1.0\\ \\ ! /line_color_blue=1.0\\ \\ ! /draw_as_cylinder=false\\ \\ **;**\\ \\ example: draw a white triangle at the origin of the pelvis segment\\ \\ **animated_polyline**\\ \\ ! /signal_types=\\ \\ ! /signal_folder=\\ \\ ! /signal_names=\\ \\ /expression=list(vector(0,0,0),vector(0.5,0,0),vector(0,0,0.5),vector(-0.5,0,0),vector(0,0,0))\\ \\ /resolution_segment=rpv\\ \\ /line_width=5.0\\ \\ ! /line_color_red=1.0\\ \\ ! /line_color_green=1.0\\ \\ ! /line_color_blue=1.0\\ \\ /draw_as_cylinder=true\\ \\ **;**\\ \\ triangleonpelvis.jpg | }}