could camera data kinect using raspberry pi ?
we make wireless kinect connecting using ethernet or wifi. otherwise, let me know if have working alternative.
to answer question, yes possible image , depth on raspberry pi!
here how to.
if want use video (color, not depth) there driver in kernel! can load this:
modprobe videodev modprobe gspca_main modprobe gspca_kinect you new /dev/videox , can use other webcam!
if need depth (which why want kinect), have kernel older 3.17, need driver can found here: https://github.com/xxorde/librekinect. if have 3.17 or newer, librekinect functionality enabled toggling gspca_kinect module's command-line depth_mode flag:
modprobe gspca_kinect depth_mode=1 both work on current raspbian.
Comments
Post a Comment