View Single Post
  #1  
Old 10-24-2015, 04:00 PM
apenngrace apenngrace is offline
Member
 
Join Date: May 2015
Posts: 13
Vizard plugin for CAVE

Hi, I am a grad student at Villanova working on Villanova's virtual reality cave project. We have Vizard Enterprise running in the CAVE.

I am working on a plugin to work with Point Grey Ladybug video, but I am trying to get a better understanding of how clustering works. I have a few questions:

1.) What determines the number of Vizard instances that will be launched on a given machine?
- Our CAVE setup is we have a: left wall, front wall, right wall, and either left & right floor or ceiling.
- We have a master node and a render node connected on a local network. The render node is plugged into 6 projectors. In Windows 7, that maps to 5 logical monitors (the front wall is a combined surface).
- I am currently running the cluster master on the render node (mainly b/c we can't get it working from the head node). When I run the cluster master, I am selecting localhost and also specifying a count of 4. What does the count mean? Is each of the 4 "count" a client?
- I am finding that when I launch my plugin, I am getting 5 instances of the plugin instantiated (it is instantiated only once in the python code). Why is it instantiated 5 times instead of 4 times (the number I plugged into "count")?

2.) Is it necessary to have multiple instances of Vizard launching in our kind of setup? Is there perhaps a better way?
- I am asking because I want to limit the number plugin instances that are in memory on a given machine. The video data I am dealing with is very large.
Reply With Quote