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-realsense2
/
org.openrndr.extra.realsense2
/
RS2FrameEvent
RS2Frame
Event
class
RS2FrameEvent
(
frame
:
rs2_frame
,
val
frameWidth
:
Int
,
val
frameHeight
:
Int
)
(
source
)
Members
Constructors
RS2Frame
Event
Link copied to clipboard
constructor
(
frame
:
rs2_frame
,
frameWidth
:
Int
,
frameHeight
:
Int
)
Properties
frame
Data
Link copied to clipboard
val
frameData
:
ByteBuffer
frame
Height
Link copied to clipboard
val
frameHeight
:
Int
frame
Width
Link copied to clipboard
val
frameWidth
:
Int
Functions
copy
To
Link copied to clipboard
fun
copyTo
(
target
:
ColorBuffer
)