Search found 2 matches

by limo1234
Wed Jun 22, 2022 9:02 am
Forum: Motive
Topic: Single Marker 3D Coordinate Streaming Matlab
Replies: 1
Views: 883

Re: Single Marker 3D Coordinate Streaming Matlab

%put file in Matlab folder function MarkerTracking clc clear cla fprintf( 'Start\n' ) fprintf( '=========================================================\n' ) pause(2); fprintf( 'Connecting...\n' ) pause(1); natnetclient = natnet; natnetclient.HostIP = 'IP HERE'; natnetclient.ClientIP = 'IP HERE'; n...
by limo1234
Wed Jun 15, 2022 9:56 am
Forum: Motive
Topic: Single Marker 3D Coordinate Streaming Matlab
Replies: 1
Views: 883

Single Marker 3D Coordinate Streaming Matlab

Hello, I'm currently working on a soft body tracking project with my university and need to stream the 3D coordinates of individual markers not placed in a rigid body. I've been reading through the numerous forums but still am very confused as to how I can obtain an unlabeled marker coordinate in Ma...