Program crashes after calling API functions

Post Reply
watsonj9
Posts: 2
Joined: Thu Jun 01, 2006 5:00 am

Program crashes after calling API functions

Post by watsonj9 »

My setup includes one camera and three reflective points. The program I am developing works as expected most of the time, but every once in a while it crashes immediately following calling the GetFrame method of INPCamera, or the Update method of INPVector. A connection seems to have been established with the camera, since as I have said, it seems to work most of the time. I have not been able to reproduce this problem reliably (i.e. it does not always seem to occur at the same time, or after the same motion being captured). The sample VC6 program included with the API also seems to crash on occasion. Does anyone have any ideas for why this may be occurring? Thank you in advance.
watsonj9
Posts: 2
Joined: Thu Jun 01, 2006 5:00 am

Re: Program crashes after calling API functions

Post by watsonj9 »

More information:

Language: Visual C++ 6.0
SDK version: 1.0.023
OS: Microsoft Windows XP
Processor: Dual Intel Xeon

The following information was contained in the Windows Error Report, after a crash following the GetFrame function call (the error report data is the same for each crash):

EIP: 7c90eb94
Data at EIP: 24a48dc3 00000000 0024648d 90909090
Post Reply