Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Kinect as Webcam on Linux #1197

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dedsec995
Copy link

Add Support to use Kinect as webcam on linux
Just found an old Kinectv2 lying around and wanted to use it as webcam as it has decent camera. Searched a lot (I mean a lot) and found nothing.
So I modified Protonect to use Kinect as webcam
The C++ code captures RGB video frames from a Kinect device using libfreenect2 and writes them to a virtual webcam device (/dev/video10) with the help of opencv created by v4l2loopback.

@dedsec995
Copy link
Author

dedsec995 commented Feb 6, 2025

This commit try to solve the issue #1144 #1151 #1175. It contains an app inside examples called kinect_webcam that allows users to use kinect rgb as a webcam on Linux
It introduces 2 new dependencies OpenCV and v4l2loopback
@JoshBlake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant