[orx-kinect-v1] Mention udev rules in README.md

This commit is contained in:
Abe Pazos
2024-05-17 08:02:43 +00:00
committed by GitHub
parent a6140e8637
commit 82f6f16965

View File

@@ -1,10 +1,12 @@
# orx-kinect-v1 # 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 ## Example usage
``` ```kotlin
fun main() = application { fun main() = application {
configure { configure {
fullscreen = Fullscreen.CURRENT_DISPLAY_MODE fullscreen = Fullscreen.CURRENT_DISPLAY_MODE