View Single Post
  #2  
Old 11-04-2015, 06:55 AM
mape2k mape2k is offline
Member
 
Join Date: Mar 2013
Posts: 60
The script updates every frame: if the framerate drops below 30fps, the recording rate will also suffer.

You can decouple this by using the viz.director to start the data recording in a whole new thread, but it will be time asynchronous from the main thread so be careful.

Cheers!
Reply With Quote