| Package | Description |
|---|---|
| org.bytedeco.libfreenect2 |
| Modifier and Type | Method and Description |
|---|---|
Freenect2Device |
Freenect2.openDefaultDevice()
Open the first device with default pipeline.
|
Freenect2Device |
Freenect2.openDefaultDevice(PacketPipeline factory)
Open the first device.
|
Freenect2Device |
Freenect2.openDevice(BytePointer serial)
Open device by serial number with default pipeline.
|
Freenect2Device |
Freenect2.openDevice(BytePointer serial,
PacketPipeline factory)
Open device by serial number.
|
Freenect2Device |
Freenect2.openDevice(int idx)
Open device by index with default pipeline.
|
Freenect2Device |
Freenect2.openDevice(int idx,
PacketPipeline factory)
Open device by index.
|
Freenect2Device |
Freenect2.openDevice(String serial) |
Freenect2Device |
Freenect2.openDevice(String serial,
PacketPipeline factory) |
Copyright © 2022. All rights reserved.