Accessing Kinect data on the Raspberry Pi

0 votes
Is it possible to the get images from the camera data in Kinect using a Raspberry Pi?

I'm currently attempting a wireless Kinect connected to the internet. But it'll only be of any true use if I could know the different ways to access the data of its sensors.
Aug 14, 2018 in IoT (Internet of Things) by Bharani
• 4,660 points
2,949 views

1 answer to this question.

0 votes

Yes, you can. The Kinect has a depth sensor that uses an infrared laser projector with a monochrome CMOS sensor. So, with an assemble like this you can obtain image and depth according to your specifications under any light conditions on the raspberry pi. It is also possible to capture video data in 3D.

Now, to load the video for your use, you can use the existing driver present in the kernel like this:  
modprobe videodev
modprobe gspca_main
modprobe gspca_kinect

Once you've done the above, you'll find a new folder /dev/videoX, which you can use to get a video like you would from a webcam.

Now, the main advantage with a Kinect is the depth, but if your kernel is older than 3.17, you'll need to install another driver. You can do that from here: https://github.com/xxorde/librekinect. And, If your kernel is 3.17 or newer, then you can toggle the gspca_kinect module's command-line depth_mode flag to just enable librekinect option. This is how you can do it:

modprobe gspca_kinect depth_mode=1

Lastly, both of these methods work great for me on Raspbian, which I'm assuming is your OS as well. :)

answered Aug 14, 2018 by nirvana
• 3,130 points

Related Questions In IoT (Internet of Things)

0 votes
1 answer

Running two processes on Raspberry Pi at the same time

I see no reason why it shouldn't ...READ MORE

answered Aug 28, 2018 in IoT (Internet of Things) by DataKing99
• 8,240 points
1,777 views
0 votes
1 answer
0 votes
1 answer

How to connect Raspberry Pi and lighting the LED?

You might want to try instead to ...READ MORE

answered Jul 23, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
507 views
0 votes
1 answer

Setting time on Raspberry Pi using just PowerShell

The Enter-PSSession is for interactive sessions, so ...READ MORE

answered Aug 10, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
770 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Send data from cloud to aws iot thing

Your solution is not recommend because there ...READ MORE

answered Aug 2, 2018 in IoT (Internet of Things) by anonymous2
• 4,280 points
1,169 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Connect Android Things based Raspberry Pi 3 to wifi network for the first time!

Hey, I think its alright!  Your Raspberry Pi ...READ MORE

answered Jul 19, 2018 in IoT (Internet of Things) by nirvana
• 3,130 points
973 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP