|
| FrameData (int maxDepthImageSize=1024 *1024 *3, int maxBodiesCount=20, int maxJointsSize=100) |
|
| FrameData (SerializationInfo info, StreamingContext context) |
|
void | GetObjectData (SerializationInfo info, StreamingContext context) |
|
Definition at line 9 of file FrameData.cs.
◆ FrameData() [1/2]
Spelunx.Orbbec.FrameData.FrameData |
( |
int |
maxDepthImageSize = 1024 * 1024 * 3 , |
|
|
int |
maxBodiesCount = 20 , |
|
|
int |
maxJointsSize = 100 |
|
) |
| |
|
inline |
◆ FrameData() [2/2]
Spelunx.Orbbec.FrameData.FrameData |
( |
SerializationInfo |
info, |
|
|
StreamingContext |
context |
|
) |
| |
|
inline |
◆ GetObjectData()
void Spelunx.Orbbec.FrameData.GetObjectData |
( |
SerializationInfo |
info, |
|
|
StreamingContext |
context |
|
) |
| |
|
inline |
◆ Bodies
BodyData [] Spelunx.Orbbec.FrameData.Bodies |
|
getset |
Array of bodies. Use NumDetectedBodies to determine how many bodies contain useful data.
Definition at line 21 of file FrameData.cs.
◆ DepthImage
byte [] Spelunx.Orbbec.FrameData.DepthImage |
|
getset |
◆ DepthImageHeight
int Spelunx.Orbbec.FrameData.DepthImageHeight |
|
getset |
◆ DepthImageSize
int Spelunx.Orbbec.FrameData.DepthImageSize |
|
getset |
◆ DepthImageWidth
int Spelunx.Orbbec.FrameData.DepthImageWidth |
|
getset |
◆ NumDetectedBodies
ulong Spelunx.Orbbec.FrameData.NumDetectedBodies |
|
getset |
◆ TimestampInMs
float Spelunx.Orbbec.FrameData.TimestampInMs |
|
getset |
Timestamp of current data.
Definition at line 11 of file FrameData.cs.
The documentation for this class was generated from the following file:
- CavernSDK/Packages/com.spelunx.cavern.orbbec.sdk/Runtime/Scripts/FrameData.cs