|
libfreenect2 0.4
Open source driver for the Kinect for Windows v2 (K4W2) sensor
|
A recurring question (#1162, #1144, #1151, #1175): Protonect works, but the Kinect does not show up as a camera in OBS, Zoom, FaceTime, browsers, etc.
libfreenect2 is a sensor library, not a camera driver. It talks to the Kinect over libusb from your application's process. Operating systems discover webcams through their camera driver frameworks (AVFoundation / CoreMediaIO on macOS, V4L2 on Linux, Media Foundation on Windows), and nothing in libfreenect2 registers there. Installing libfreenect2 will never, by itself, make the Kinect appear in the system camera list.
To feed Kinect frames into apps that expect a webcam you need a bridge that takes frames from a libfreenect2 program and republishes them as a virtual camera:
Note that only the 1920x1080 RGB stream makes sense as a webcam; depth and IR streams have no standard camera representation (some bridges publish them as grayscale video).