Page 1 of 1

Help Needed with C# Frame Available Callbacks

Posted: Mon Jul 10, 2006 12:16 am
by Matan
Hello,
I have written a short C# window application to test asynchronously receiving OpticTrack camera frames.
The application successfully "open" and "start" the camera, though only few (4 - 10) callbacks calls arrive to my subscribed method.
Running your examples (vb, vc) in the same scenarios I'll get multiple callbacks - as expected.
Any clue what is wrong?
Is the following the right way to subscribe for available frames?
�
m_camera = obj as OptiTrack.NPCameraClass;
m_camera.FrameAvailable += new OptiTrack._INPCameraEvents_FrameAvailableEventHandler(HandelTest);

Thanks
p.s. If needed application example can be send