orx
Toggle table of contents
0.5.0-dev.28+293aff4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-kinect-common
/
org.openrndr.extra.kinect
/
KinectDepthCamera
Kinect
Depth
Camera
interface
KinectDepthCamera
:
KinectCamera
,
DepthCamera
(
source
)
Members
Properties
current
Frame
Link copied to clipboard
abstract
val
currentFrame
:
ColorBuffer
depth
Measurement
Link copied to clipboard
abstract
var
depthMeasurement
:
DepthMeasurement
enabled
Link copied to clipboard
abstract
var
enabled
:
Boolean
flip
H
Link copied to clipboard
abstract
var
flipH
:
Boolean
flip
V
Link copied to clipboard
abstract
var
flipV
:
Boolean
resolution
Link copied to clipboard
abstract
val
resolution
:
IntVector2
Functions
on
Frame
Received
Link copied to clipboard
abstract
fun
onFrameReceived
(
block
:
(
frame
:
ColorBuffer
)
->
Unit
)