Thread: startRecording
View Single Post
  #1  
Old 10-01-2009, 04:42 AM
manuel manuel is offline
Member
 
Join Date: Jun 2008
Posts: 7
startRecording

Hi

I've a problem by using startRecording. When it starts to record (the recorded video is okay) the screen on the computer and in the HMD switch to a smaller size.

#Video Recording
vizact.onkeydown('2', viz.window.startRecording, 'Video/video '+ str( parameters.SUBJECT_NUMBER ) + '.avi')
vizact.onkeydown('3', viz.window.stopRecording )
viz.setOption('viz.AVIRecorder.fps','5')

but I want the Fullscreen like it was before it starts to record. Do you have an idea to solve this problem?

Another related question. is it possible to record only one eye (only the left screen in the HMD)?

Thanks
Reply With Quote