Xtion
Proof-of-Concept kernel driver for ASUS Xtion PRO LIVE
Install / Use
/learn @xqms/XtionREADME
PoC ASUS Xtion kernel driver
I wanted to have a low-overhead video4linux driver for use with the ASUS Xtion PRO LIVE structured light camera.
Requirements:
- An Xtion device with up-to-date firmware (has been tested with v5.8.22). Firmware update is available from ASUS support site.
Usage
After you load the driver, it creates two video devices for your camera (color and depth). You can use udev rules to name them sensibly:
<pre> # Rules for the xtion kernel driver SUBSYSTEM=="video4linux", ATTR{xtion_endpoint}=="depth", ATTRS{xtion_id}=="*", SYMLINK+="xtion_$attr{xtion_id}_depth" SUBSYSTEM=="video4linux", ATTR{xtion_endpoint}=="color", ATTRS{xtion_id}=="*", SYMLINK+="xtion_$attr{xtion_id}_color" </pre>The color device can be used with almost any Linux application that uses the Video4Linux interface, e.g. most webcam apps. I recommend guvcview, since it allows you to play with the resolution/controls.
The depth device creates unsigned 16-bit depth images, which most webcam applications cannot display.
A ROS nodelet driver for use with this kernel driver is also available: xtion_grabber.
Known Issues
- The
snd_usb_audiomodule might claim the USB interface first. If you see messages likextion 1-4:1.0: xtion_probe: failed to claim interface 1 (-16)!, you might want to blacklist thesnd_usb_audiomodule. For details, see issue https://github.com/xqms/xtion/issues/15.
Related Skills
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
92.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
