Skip to content

Commit

Permalink
Rate from 1000Hz to 30 Hz
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis committed Jul 3, 2019
1 parent e79a8fd commit 0b55e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vive_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ int main(int argc, char** argv){
#ifdef USE_IMAGE
VIVEnode nodeApp(90); // VIVE display max fps
#else
VIVEnode nodeApp(1000);
VIVEnode nodeApp(30);
#endif
if (!nodeApp.Init()){
nodeApp.Shutdown();
Expand Down

0 comments on commit 0b55e8f

Please sign in to comment.