View Single Post
  #1  
Old 01-19-2010, 07:30 PM
atamasan atamasan is offline
Member
 
Join Date: Jul 2009
Posts: 26
Camare control question(about separated eye view)

Hello. I have a simple question.
I am using emagin HMD (z800), and I have a question about camera control.

A Polhemus sensor is placed on the HMD. Datas from the sensor is used for viz.MainView.
But for some reasons, I use only POS datas.
Like,,,

viz.go(viz.HMD)
link=viz.link(sensor,viz.MainView)
link.setMask(viz.LINK_POS)

In my code, to adjust the orientation difference between HMD and viz.MainView, users use keyboard(arrow keys) to rotate MainView. I define it as a initialization.

In my code, both left eye cam and right eye cam are controlled at the same time.
I know that separated view is rendered for both eyes because I use viz.HMD.
Is it possible to control viz.MainView (eye camera?) separately?

I have a problem about user's dominant eye. Tha't why I asked camera control.

Thank you for reading and sorry for my English as always.
Reply With Quote