Search found 3 matches

by gpzhao
Wed Feb 22, 2012 12:54 am
Forum: General OptiTrack Support
Topic: pixel size of S250e
Replies: 2
Views: 2286

Re: pixel size of S250e

Thanks
by gpzhao
Mon Feb 20, 2012 2:26 am
Forum: General OptiTrack Support
Topic: pixel size of S250e
Replies: 2
Views: 2286

pixel size of S250e

<r>Hello. <br/> <br/> I'm trying to calibrate the camera(S250e) with my own method. So I want to know the pixel size (scaling factor) of S250e. It isn't listed on the webpage of S250e <URL url="http://www.naturalpoint.com/optitrack/products/s250e/indepth.html"><LINK_TEXT text="http://www.naturalpoin...
by gpzhao
Wed Jan 11, 2012 6:51 am
Forum: Camera SDK
Topic: How to set frame rate?
Replies: 1
Views: 2781

How to set frame rate?

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: for(int i=0; i<cameraCount; i++) { camera[i]->SetFrameRate(100); } But it didn't work. If I haven't set the rate, all six cameras would be synchronized in 120fps. So how can I se...