WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 05-27-2013, 04:51 PM
javadi javadi is offline
Member
 
Join Date: Mar 2013
Location: London
Posts: 33
Unsupported Vertical Sync & Frame Rate

Dear all

I have a question regarding vertical sync (vsync). I have a very old onboard graphics card. Apparently it doesn't support vertical sync. The reported frame rate is about 700 Hz for a simple presentation of one texture. How can I deal with it and sync it with the monitor and limit the refresh rate to 60Hz? Very many thanks.

Chip: Intel HD Graphics Core i3
DAC Type: Internal
Dedicated Video Memory: 64 MB
The driver is the latest version.

Greetings
Amir
Reply With Quote
  #2  
Old 06-04-2013, 02:54 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You can use the viz.max_frame_rate option to control the frame rate. For example, to force the frame rate to 60Hz, you would use the following code:
Code:
viz.setOption('viz.max_frame_rate',60)
Keep in mind that this just artificially lowers the frame rate by introducing a delay at the end of each frame. It does not perform any syncing with the display. If you haven't done so already, you should make sure your graphics driver is up to date.
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Frame rate issue kopper Vizard 2 06-09-2013 10:53 AM
what is causing (a) slow frame rate and (b) spontaneous NVIDIA stereo off billjarrold Vizard 0 07-11-2012 01:25 PM
Error: failed to sync frame with following clients ecoastjohn Vizard 3 09-14-2009 01:58 PM
how frame rate varies? chepotenza Precision Position Tracker (PPT) 4 04-05-2009 03:18 PM
quad buffered frame rate confusion michaelrepucci Vizard 11 09-17-2008 08:55 AM


All times are GMT -7. The time now is 03:13 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC