From 82f6f16965b101c7ebd7ab23e08d6283ba6ef5cf Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Fri, 17 May 2024 08:02:43 +0000 Subject: [PATCH] [orx-kinect-v1] Mention udev rules in README.md --- orx-jvm/orx-kinect-v1/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/orx-jvm/orx-kinect-v1/README.md b/orx-jvm/orx-kinect-v1/README.md index f88680f4..ab692097 100644 --- a/orx-jvm/orx-kinect-v1/README.md +++ b/orx-jvm/orx-kinect-v1/README.md @@ -1,10 +1,12 @@ # orx-kinect-v1 -Support for the Kinect V1 RGB+Depth camera. +Support for the Kinect V1 RGB and depth cameras. + +If using Linux, add the [udev rules](https://github.com/OpenKinect/libfreenect/tree/master/platform/linux/udev) to be able to access the camera without being a root user. ## Example usage -``` +```kotlin fun main() = application { configure { fullscreen = Fullscreen.CURRENT_DISPLAY_MODE