View Single Post
  #1  
Old 11-04-2015, 02:09 AM
hzhao hzhao is offline
Member
 
Join Date: Sep 2012
Posts: 18
how to record data at fixed rate with viz.starttimer

HI,

I use viz.starttimer(0,1/30,viz.FOREVER) to run my object animation and record the motion data in function myAnimation. But the data is not recorded at 30Hz. instead it is recorded at about 40Hz and fluctuates.

viz.callback(viz.TIMER_EVENT,myAnimation)

viz.starttimer(0,1/30,viz.FOREVER)

I use Oculus DK2. If my virtual scene is complex and the computing burden is high, the data recording rate drops. So I set it at 1/30, and want to have a fixed recording rate. But it doesn't work.

Thanks.
Reply With Quote