WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Top-down path taken image from vizard coordinates? (https://forum.worldviz.com/showthread.php?t=5353)

ccjohnston 05-18-2015 06:10 AM

Top-down path taken image from vizard coordinates?
 
Is there a way to convert output vizard coordinates into an image? That is, is there some way to take the coordinates and produce an image of the path from a top-down view? Thank you.

Jeff 05-18-2015 09:21 AM

Take a look at the on-the-fly tutorial. That shows how to draw a path of the viewpoint movement in a top-down view.

ccjohnston 05-19-2015 06:11 AM

Thank you. Hmm, is there a way to have an image of the path from already-done runs through the maze? I have files with coordinates over time that I want to see in the form of an image of the path the subject took. Is that possible?

ccjohnston 05-19-2015 06:31 AM

Sorry I'm not being clear--I'm having a hard time articulating my question. I don't want a window showing the path taken from a top-down view as the subject is running through the maze. Instead, I want an image produced after the maze is already run through, where the image shows the path that was taken when the subject was running through the maze. I hope that makes sense.

We have coordinate files already that looks like this:
Quote:

Coordinates:
[[ 0.00000000e+00 3.99644127e+01 0.00000000e+00 0.00000000e+00]
[ 0.00000000e+00 3.99350586e+01 0.00000000e+00 0.00000000e+00]
[ 0.00000000e+00 3.96772919e+01 0.00000000e+00 1.59997940e-02]
[ 0.00000000e+00 3.97072945e+01 0.00000000e+00 3.09998989e-02]

(...etc.)
So, I was wondering if we could take this coordinate data and produce an image of the path that that subject took.

Jeff 05-19-2015 09:03 AM

If you want an image of pre-recorded data you could read in the data from file, draw the path, and then take a screenshot of the window.

Jeff 05-19-2015 09:07 AM

If you want to automate the image capture, then use Vizard's built in screen capture commands.


All times are GMT -7. The time now is 11:06 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC