other:visual3dserver:documentation:example_clients
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
other:visual3dserver:documentation:example_clients [2024/07/16 17:02] – removed sgranger | other:visual3dserver:documentation:example_clients [2024/07/17 15:44] (current) – created sgranger | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Example Clients ====== | ||
+ | |||
+ | ===== Matlab Client Example1 ===== | ||
+ | |||
+ | Download [[https:// | ||
+ | |||
+ | These files ship with the Visual3D Server, and are a great starting point for any application. To run this example, open GUIClient.m and hit run. The connect dialog and a graph will appear. | ||
+ | |||
+ | You can use this example to plot signals contained within the stream, but for you serves as a good starting point for a new client. | ||
+ | |||
+ | The code you want to modify is contained within " | ||
+ | |||
+ | After populating your buffers, you need to check if a condition has been met, and if it has, you want to plot the data. In this case, we plot the data after a certain number of frames, with the condition being " if getappdata(handles.plotWindow,' | ||
+ | |||
+ | In your case, you may want to plot the data if a certain event occurred, such as the knee angle reaching a peak, or at mid stance. There are an endless number of possibilities, | ||
+ | |||
+ | ===== Test Client Application ===== | ||
+ | |||
+ | **TestClient** is installed with Visual3DServer. TestClient is a simple feedback application that allows you to send a pipeline script containing any of the above supported commands to Visual3DServer. The results that come back to the client are then displayed in a 2-D graph by result name and component. The axes show frames versus result values. TestClient is very useful for testing a pipeline script before trying to display more elaborate feedback in another client. You can send any subject speicfic XML model to Visaul3DServer for testing as well.\\ | ||
+ | \\ | ||
+ | {{: | ||
+ | \\ | ||
+ | |||
+ | |||
+ | |||
other/visual3dserver/documentation/example_clients.1721149336.txt.gz · Last modified: 2024/07/16 17:02 by sgranger