Is there a way to change stream FPS from the default 30?

Questions? Suggestions? Need help? Talk about anything related to Yawcam...
Post Reply
sunnysheth
Posts: 1
Joined: Wed May 23, 2007 1:43 am

Is there a way to change stream FPS from the default 30?

Post by sunnysheth »

Is there a way to change stream FPS from the default 30 to a lower value? thanks!
malun
Site Admin
Posts: 1593
Joined: Sun Jan 04, 2004 1:29 pm

Post by malun »

Yes, if you edit the template file located here:
<yawcam-directory>\stream\template_js.html

Look for the line:

Code: Select all

var fps = 30;
and change the value 30 to 5.

Also look for the line:

Code: Select all

var timeout = 33;
and change the value 33 to 200.

The timeout shall always have the value of 1000/fps.
So if you want the fps to be 10, then change the timeout to 1000/10 = 100.

/malun
Post Reply