xxorde / librekinect

Depth data from a kinect sensor! Small and fast kernel driver. Also for embedded devices like the raspberry pi!
407 stars 68 forks source link

stale/incorrect documentation? #30

Open puntiagudo opened 9 years ago

puntiagudo commented 9 years ago

in the readme.md file for the project, there is the following line under the raspberri pi example:

get the source – in my case 3.12.y (change if needed)

wget https://github.com/raspberrypi/linux/archive/rpi-3.12.y.tar.gz

...but I cannot find anything similar to that in the source control. There is no 'archive' directory, closest thing is an 'arch' directory but doesn't seem to be similar. Need some help for this step, any chance the readme can be updated with a proper url?

YadavKapil commented 9 years ago

Do not browse to the file via browser. Instead use full link to download. Github is not showing archive folder in raspberrypi/linux but the full link i.e. https://github.com/raspberrypi/linux/archive/rpi-3.12.y.tar.gz works. Replace 3.12 with your version.

vladimiroltean commented 9 years ago

Hi, would you please consider updating the documentation, explaining what needs to be done in order to fully integrate your patch with the gspca code in the Linux kernel? Getting both RGB and depth data is important to me.