Add "Kinect Camera" to processing.video* Library

Hi, I recently watched a video named “11.1: Capture and Live Video - Processing Tutorial” by Mr. Daniel Shiffman on YouTube.

My Problem is How to Add Kinect Camera in Processing for that Video.
Mr. Daniel Shiffman says in Video, to use this command to display all “Available Cameras”:
printArray(Capture.list()); …………………(1)

and the following to use that specific Numbered Camera:
video = new Capture(this, Capture.list()[12]); ……………….(2)

The command (1) doesnot displays Kinect Camera. What should I do??
PS: I am familiar with the Kinect.processing Library.