How to set frame rate?
Posted: Wed Jan 11, 2012 6:51 am
Hi. I'm new to the camera SDK.
I'm using six s250e cameras. I want to sync these cameras and set the frame rate.
I tried:
But it didn't work. If I haven't set the rate, all six cameras would be synchronized in 120fps. So how can I set the frame rate?
BTW, can the frame rate achieve 250fps?
Thanks.
I'm using six s250e cameras. I want to sync these cameras and set the frame rate.
I tried:
Code: Select all
for(int i=0; i<cameraCount; i++)
{
camera[i]->SetFrameRate(100);
}
BTW, can the frame rate achieve 250fps?
Thanks.