Search found 3 matches
- Thu Mar 27, 2008 2:15 am
- Forum: General OptiTrack Support
- Topic: Recording from multiple cameras
- Replies: 1
- Views: 1610
Recording from multiple cameras
<t>Hello,<br/> <br/> I'm trying to get synchronized data from two V100 cameras. They are connected using the sync cable, and I call 'cameraCollection->Synchronize()' before start recording. I'm calling 'GetFrame' for each camera, but i'm having troubles getting the data. Here are my questions:<br/> ...
- Wed Mar 26, 2008 8:00 am
- Forum: General OptiTrack Support
- Topic: null frames
- Replies: 10
- Views: 8885
Re: null frames
Hello again,
One more question is, why get I NULL frames when calling GetFrame() with INFINITE timeout? It should block the thread until a new frame is arrived, shouldn't it?
One more question is, why get I NULL frames when calling GetFrame() with INFINITE timeout? It should block the thread until a new frame is arrived, shouldn't it?
- Wed Mar 26, 2008 5:14 am
- Forum: General OptiTrack Support
- Topic: null frames
- Replies: 10
- Views: 8885
Re: null frames
<t>Hello all,<br/> <br/> I want to use a callback rather than calling GetFrame() in order to recover the information of all recorded frames in real time.<br/> I have take a glance at the C++ VC8/2005 sample, but I would avoid the usage of the IDispEventImpl class (my c++ project is a Win32 console a...