Kinect 4 Windows can't get time stamp

3

I want to get time stamp on Kinect4W

I learned some code from a blog, but it doesn't work

I want to get time stamp on Kinect4W

I learned some code from a blog, but it doesn't work

    IBodyFrameArrivedEventArgs* pArgs=nullptr;
    IBodyFrameReference* pFrameRef = nullptr;
    HRESULT hr = pArgs->get_FrameReference(&pFrameRef);

0x00007FF748415967 There is an unhandled exception (in CZMK4Wv2.exe): 0xC000041D: An unhandled exception was encountered during the user callback. .

c++
time
kinect-v2
asked on Stack Overflow Aug 28, 2019 by yong cheng • edited Aug 28, 2019 by Caconde

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0