Help Needed with C# Frame Available Callbacks

Post Reply
Matan
Posts: 24
Joined: Fri Nov 25, 2005 5:00 am

Help Needed with C# Frame Available Callbacks

Post 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
Post Reply