Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No inputs on Example #46

Open
tobyshooters opened this issue Feb 26, 2020 · 2 comments
Open

No inputs on Example #46

tobyshooters opened this issue Feb 26, 2020 · 2 comments

Comments

@tobyshooters
Copy link

Hey, I'm able to compile the example and it even detects my Kinect.
However, it fails to get any input. Do I need to install any other software besides the addon?

[Info] [Freenect2Impl] enumerating devices...
[Info] [Freenect2Impl] 1 usb devices connected
[Info] [Freenect2Impl] found valid Kinect v2 @20:13 with serial 115837341047
[Info] [Freenect2Impl] found 1 devices
[Info] [OpenCLDepthPacketProcessorImpl]  devices:
[Info] [OpenCLDepthPacketProcessorImpl]   0: Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz (CPU)[Intel]
[Info] [OpenCLDepthPacketProcessorImpl]   1: Intel(R) Iris(TM) Graphics 6100 (GPU)[Intel Inc.]
[Info] [OpenCLDepthPacketProcessorImpl] selected device: Intel(R) Iris(TM) Graphics 6100 (GPU)[Intel Inc.]
[Info] [OpenCLDepthPacketProcessorImpl] building OpenCL program...
[Info] [OpenCLDepthPacketProcessorImpl] OpenCL program built successfully
[Info] [Freenect2Impl] enumerating devices...
[Info] [Freenect2Impl] 1 usb devices connected
[Info] [Freenect2Impl] found valid Kinect v2 @20:13 with serial 115837341047
[Info] [Freenect2Impl] found 1 devices
[Info] [Freenect2DeviceImpl] opening...
[Info] [Freenect2DeviceImpl] transfer pool sizes rgb: 20*16384 ir: 4*128*33792
[Info] [Freenect2DeviceImpl] opened
[Info] [OpenCLDepthPacketProcessorImpl] building OpenCL program...
[Info] [OpenCLDepthPacketProcessorImpl] OpenCL program built successfully
[Info] [Freenect2DeviceImpl] starting...
[Debug] [Freenect2DeviceImpl] status 0x090000: 1073741824
[Debug] [Freenect2DeviceImpl] status 0x090000: timeout
[Debug] [Freenect2DeviceImpl] status 0x090000: 1073741824
[Info] [Freenect2DeviceImpl] submitting rgb transfers...
[Info] [Freenect2DeviceImpl] submitting depth transfers...
[Info] [Freenect2DeviceImpl] started
[verbose] ofProtonect::openKinect: device serial: 115837341047
[verbose] ofProtonect::openKinect: device firmware: 4.0.3916.0
[ error ] ofProtonect::updateKinect: Timeout serial: 115837341047
[ error ] ofGLUtils: ofGetGLInternalFormatFromPixelFormat(): unknown OF pixel format OF_PIXELS_UNKNOWN, returning GL_RGBA
[ error ] ofGLUtils: ofGetGLFormatFromPixelFormat(): unknown OF pixel format OF_PIXELS_UNKNOWN, returning GL_LUMINANCE
[ error ] ofTexture: allocate(): ofTextureData has 0 width and/or height: 0x0
@tobyshooters tobyshooters changed the title Error on Example No inputs on Example Feb 26, 2020
@NickHardeman
Copy link
Collaborator

If you are on OSX, you shouldn't need anything else. On Windows you will need to update the libusbK drivers using Zadig as described in the ReadMe.

@tobyshooters
Copy link
Author

tobyshooters commented Mar 2, 2020

Hey, the Kinect is definitely connecting. But I'm getting a ofProtonect timeout.
I'm on a Early 2015 Macbook Pro.

Screen Shot 2020-03-01 at 9 06 58 PM

[Info] [Freenect2Impl] enumerating devices...
[Info] [Freenect2Impl] 1 usb devices connected
[Info] [Freenect2Impl] found valid Kinect v2 @20:7 with serial 115837341047
[Info] [Freenect2Impl] found 1 devices
[ error ] ofProtonect::updateKinect: Timeout serial: 115837341047
[ error ] ofGLUtils: ofGetGLInternalFormatFromPixelFormat(): unknown OF pixel format OF_PIXELS_UNKNOWN, returning GL_RGBA
[ error ] ofGLUtils: ofGetGLFormatFromPixelFormat(): unknown OF pixel format OF_PIXELS_UNKNOWN, returning GL_LUMINANCE
[ error ] ofTexture: allocate(): ofTextureData has 0 width and/or height: 0x0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants