Description
Hello,
Im was working fine with OS X 10.9 (Mavericks) but by requirements of our office I made the upgrade to Yosemite (10.10.3) everything compile good but when I tray to run Protonect I have the following error:
[Freenect2Impl] enumerating devices...
[Freenect2Impl] 12 usb devices connected
[Freenect2Impl] found valid Kinect v2 @21:15 with serial 500086241942
[Freenect2Impl] found 1 devices
[Freenect2DeviceImpl] opening...
[Freenect2DeviceImpl] opened
[Freenect2DeviceImpl] starting...
[Freenect2DeviceImpl] ReadData0x14 response
92 bytes of raw data
0x0000: 00 00 12 00 00 00 00 00 01 00 00 00 43 c1 1f 41 2e2e2e2e2e2e2e2e2e2e2e2e432e2e41
0x0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e
0x0020: 0a 21 33 55 c2 00 17 20 00 08 00 00 10 00 00 00 2e2133552e2e2e202e2e2e2e2e2e2e2e
0x0030: 00 01 00 00 00 10 00 00 00 00 80 00 01 00 00 00 2e2e2e2e2e2e2e2e2e2e802e2e2e2e2e
0x0040: 31 33 00 00 00 01 07 04 47 4d 58 36 31 30 2e 31 31332e2e2e2e2e2e474d583631302e31
0x0050: 58 00 00 00 00 00 00 00 00 00 00 00 582e2e2e2e2e2e2e2e2e2e2e
[Freenect2DeviceImpl] ReadStatus0x090000 response
4 bytes of raw data
0x0000: 5d 26 00 00 5d262e2e
[Freenect2DeviceImpl] ReadStatus0x090000 response
4 bytes of raw data
0x0000: 5f 26 00 00 5f262e2e
[Freenect2DeviceImpl] enabling usb transfer submission...
[Freenect2DeviceImpl] submitting usb transfers...
[Freenect2DeviceImpl] started
device serial: 500086241942
device firmware: 4.3.3912.0.7
[DepthPacketStreamParser::handleNewData] not all subsequences received 512
[TurboJpegRgbPacketProcessor] avg. time: 19.9244ms -> ~50.1898Hz
footer->length: 671449296
wb.length: 215233
[DepthPacketStreamParser::handleNewData] image data too short!
footer->length: 298496
wb.length: 83111
[DepthPacketStreamParser::handleNewData] image data too short!
[DepthPacketStreamParser::handleNewData] not all subsequences received 1015
[TurboJpegRgbPacketProcessor] avg. time: 19.8961ms -> ~50.261Hz
Abort trap: 6
As you can see footer->length > w.length in DepthPacketStreamParser, also all the computer freeze by some seconds after the line "device firmware: 4.3.3912.0.7" is printed.
Thanks in advance by your time.