Difference between revisions of "NaviTrack Tutorial:Integrating:Passing image data"

From NAMIC Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
You can pass image data from one application to another through NaviTrack in almost same way as passing coordinate data.
 +
 
=Sending side=
 
=Sending side=
  

Revision as of 04:43, 25 May 2007

Home < NaviTrack Tutorial:Integrating:Passing image data

You can pass image data from one application to another through NaviTrack in almost same way as passing coordinate data.

Sending side

Receiving side

Testing

In terminal 1 (sending side: pushimage)

$ ./pushimage tutorial_source.xml

In terminal 2 (receiving side: pullimage)

$ ./pullimage tutorial_source.xml


Back to Integrating into your application.