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.
Code: Select all
for(int i=0; i<cameraCount; i++)
{
camera[i]->SetFrameRate(100);
}
Code: Select all
void CameraLibrary::Camera.SetFrameRate(int Value);