View Single Post
  #1  
Old 03-06-2017, 05:20 AM
zumbay zumbay is offline
Member
 
Join Date: Oct 2016
Posts: 16
Execute function at high sampling rate

Hi,

I have an input device which can sample at a higher rate then the refresh rate of my monitor. What is the best way to save the data from that device?

Will calling a function which saves the data (e.g. using sensor.getData()) with vizact.ontimer(0.004, savedata) yield an accurate result? And how will it behave when the scene is rendered?

Thanks!
Reply With Quote