PDA

View Full Version : collecting coordinate points of an object


mahesathya
02-27-2017, 08:11 PM
Hello everyone

I'm a beginner in Vizard and I'm currently trying to map the coordinate points of microscribe and virtual object.

How to collect the coordinate points of virtual object?

Is it possible to map the coordinate points?

Jeff
02-28-2017, 12:16 AM
I'm not sure what you mean by collecting and mapping the coordinate points.

mahesathya
04-16-2017, 06:46 AM
Hello Jeff

Microscribe is an hardware that provides the coordinate points (x,y,z) as .txt file, i need to collect the coordinate points and should give as input to virtual object.

Que 1

How to read .txt file in real time. my .txt file is frequently updated by the Microscribe hardware
is there any way to solve this??
Please give me some valuable suggestions...that would be wonderful.

Jeff
04-18-2017, 03:53 AM
You can use standard Python commands for reading text files in Vizard. In this case, you could try opening the file and then reading the last line written every frame or on some other time interval.