Astra SDK  v2.1.3
Public 成员函数 | 静态 Public 属性 | 属性 | 所有成员列表
Astra.DepthStream类 参考
类 Astra.DepthStream 继承关系图:
Astra.ImageStream Astra.DataStream

Public 成员函数

void SetD2CResolution (int resolution)
 
int GetD2CResolution ()
 
void StartRecord (String fileName)
 
void StopRecord ()
 
- Public 成员函数 继承自 Astra.ImageStream
ImageMode GetMode ()
 
void SetMode (ImageMode mode)
 
- Public 成员函数 继承自 Astra.DataStream
void Start ()
 
void Stop ()
 
void SetParameter< T > (int parameterId, T parameterValue)
 
GetParameter< T > (int parameterId)
 

静态 Public 属性

const int StreamType = (int)Core.StreamType.Depth
 

属性

int ChipId [get]
 
- 属性 继承自 Astra.ImageStream
float VerticalFieldOfView [get]
 
float HorizontalFieldOfView [get]
 
USBInfo usbInfo [get]
 
bool IsMirroring [get, set]
 
ImageMode[] AvailableModes [get]
 
- 属性 继承自 Astra.DataStream
StreamDescription Description [get]
 
bool IsAvailable [get]
 
IntPtr Handle [get]
 

额外继承的成员函数

- Protected 成员函数 继承自 Astra.ImageStream
 ImageStream (IntPtr handle)
 
- Protected 成员函数 继承自 Astra.DataStream
 DataStream (IntPtr handle)
 

详细描述

The type DepthStream.

成员函数说明

◆ GetD2CResolution()

int Astra.DepthStream.GetD2CResolution ( )
inline

get depth to color resolution if device supports.

返回
refer to device.

◆ SetD2CResolution()

void Astra.DepthStream.SetD2CResolution ( int  resolution)
inline

set depth to color resolution if device supports.

参数
resolutionrefer to device.

◆ StartRecord()

void Astra.DepthStream.StartRecord ( String  fileName)
inline

start record oni file.

参数
fileNamethe full name of oni file.

◆ StopRecord()

void Astra.DepthStream.StopRecord ( )
inline

stop record oni file.


该类的文档由以下文件生成: