OpenKinect / libfreenect

Drivers and libraries for the Xbox Kinect device on Windows, Linux, and OS X
http://openkinect.org
3.55k stars 1.15k forks source link

Kinect 360 Model 1414 on Raspberry Pi B+ with ArchLinuxArm #594

Open jester2 opened 4 years ago

jester2 commented 4 years ago

Hello,

I am trying to run my kinect 360 model 1414 with a raspberry pi 3 b and Arch Linux Arm loaded.

send_cmd: Input control transfer failed (18)
freenect_fetch_reg_info: send_cmd read 18 bytes (expected 118)
send_cmd: Output control transfer failed (-1)
freenect_fetch_reg_const_shift: send_cmd read -1 bytes (expected 8)
freenect_camera_init(): Failed to fetch const shift for device
Error: Invalid index [0]
Device 0xaaaabb55f250 open during shutdown, closing...
Error: Kinect not connected?

I've seen other threads that mention this error, and i've adjusted accordingly with the above steps, but i'm at a loss now. Are there any other solutions or ideas?

Thanks!

amm98d commented 3 years ago

I have the same error when I run the Python scripts inside wrappers with Python3. They run fine with Python 2.7 but give this error with Python3. And the rest of my project is in Python3.