In the latest Linux kernel, it supports Kinect through the driver . I want to access the RGB and D streams (depth) and put them in a 2D array, either 64-bit ints, or two separate arrays will work. C # is preferred, C ++ is acceptable.
So my question is: where can I find additional information about this, such as articles and documentation? What does a simple example program look like, for example, printing color and depth at 100x100?
I will vote for any good links and accept the first working code example.
Thanks Frankie
Ps, I know OpenKinect, NITE, Microsoft SDK projects, etc. I want this to be easy to install on other Linux computers and distributions, so a generic kernel driver is preferred. My main use will be a webcam that replaces pixels farther than depth X
and saves to disk.
Update
Since I asked, I have not received much more. I found this article . I checked the Git repository, which does not seem to have been updated since April, and I do not see any connection to the Linux kernel or its inclusion. There is no mention of Kinect on any later blogs other than this unrelated one .
Update 2
I cannot find who applied the Kinect driver to the kernel. GitHub has a kernel mirror . I tried using Google to search for it, but this query and options did not change anything. Then I tried looking for GitHub without positive hits. Does anyone have any info?
source share