Xia Clark
Xia Clark
@jonathanknorn good job :+1:
hi @kalibre92 , the raw data is in [Y10B format](https://www.linuxtv.org/downloads/v4l-dvb-apis/V4L2-PIX-FMT-Y10BPACK.html). May you can transform it using this fx : [get_raw()](https://github.com/lucyking/pickinect/blob/master/main.cpp#L158).
@kalibre92 my pleasure.
hi kaji,please would you tell what we should modifiy specially in **gspca.c** for Banana Pi?Many thanks :-)
oh~ may God bless we can find the code on the pi ><
-> [README](https://github.com/xxorde/librekinect/blob/master/readme.md).
I know why the valid depth image frames distorted is that Raspberry Pi do not get the whole frame at once,but often time-delay(as you say, it may need a buffer)...
@schumannd I've tried on x86_64 PC and also met this problem.But you can try to walk around it: 1. Enable the root account login,instead of normal account then run `sudo...
@kalibre92 you can follow above 2 steps and try to solve this issue.
@kalibre92 The librekinect 's README has the same content: ``` # copy the new kernel image cp /usr/src/linux/arch/arm/boot/zImage /boot/linux-3.12.y # choose it echo "kernel=linux-3.12.y" >> /boot/config.txt ``` I had do...