返回列表 回复 发帖

[求助] MsgWaitForMultipleObjectsEx返回1或TimeOut

我想讲artoolKit移植到Q3D中,但在开发Channel时,发现一直取不到摄像机图像。

调试发现:在DSVL中WaitForNextSample时,一直是返回TimeOut,
也就是
DWORD dw = MsgWaitForMultipleObjectsEx(1,&m_ESync,dwMilliseconds,(QS_ALLEVENTS),0);
一直无法返回WAIT_OBJECT_0,dwMillseconds无论设成0或者INFINITE,结果都是TImeOut
但我在例子simpleTest中调试正常。

不知各位大侠有何建议?
自己结贴。
获取arVideoGetImage之前忘arVideoCapStart()了
汗一个:L
返回列表