Bump this up to 60 again.

This commit is contained in:
Andrzej Kapolka 2013-06-19 11:22:41 -07:00
parent 776145b74c
commit 2e52925496

View file

@ -101,7 +101,7 @@ void Webcam::setFrame(void* image) {
// update our frame count for fps computation
_frameCount++;
const int MAX_FPS = 30;
const int MAX_FPS = 60;
const int MIN_FRAME_DELAY = 1000000 / MAX_FPS;
long long now = usecTimestampNow();
long long remaining = MIN_FRAME_DELAY;