Jetson Linux API 参考文档

32.7.4 版本
Argus::Ext::ISensorPrivateMetadataRequest 类参考abstract

详细描述

接口 用于为请求启用传感器私有元数据的输出。

定义于文件 SensorPrivateMetadata.h 的第 89 行。

Argus::Ext::ISensorPrivateMetadataRequest 的继承关系图
Argus::Ext::ISensorPrivateMetadataRequest 的协作图

公共成员函数

virtual void setMetadataEnable (bool enable)=0
 启用传感器私有元数据,仅当传感器支持嵌入式元数据时才有效。 更多...
 
virtual bool getMetadataEnable () const =0
 返回此请求是否启用了元数据。 更多...
 

静态公共成员函数

static const InterfaceIDid ()
 

保护成员函数

 ~ISensorPrivateMetadataRequest ()
 

构造函数 & 析构函数文档

◆ ~ISensorPrivateMetadataRequest()

Argus::Ext::ISensorPrivateMetadataRequest::~ISensorPrivateMetadataRequest ( )
inlineprotected

定义于文件 SensorPrivateMetadata.h 的第 106 行。

成员函数文档

◆ getMetadataEnable()

virtual bool Argus::Ext::ISensorPrivateMetadataRequest::getMetadataEnable ( ) const
pure virtual

返回此请求是否启用了元数据。

◆ id()

static const InterfaceID& Argus::Ext::ISensorPrivateMetadataRequest::id ( )
inlinestatic

定义于文件 SensorPrivateMetadata.h 的第 92 行。

◆ setMetadataEnable()

virtual void Argus::Ext::ISensorPrivateMetadataRequest::setMetadataEnable ( bool  enable)
pure virtual

启用传感器私有元数据,仅当传感器支持嵌入式元数据时才有效。

参数
[in]enable是否输出嵌入式元数据。

此类的文档由以下文件生成
. All rights reserved.