Thermal
Supported on:RVC2
- 每个像素的原始温度数据,FP16 格式,单位为摄氏度
- 用于实时预览的可视化流(YUV422i 格式)
如何放置
Python
Python
1pipeline = dai.Pipeline()
2thermal = pipeline.create(dai.node.Thermal)输入和输出
功能示例
参考
class
dai::node::Thermal
variable
std::shared_ptr< ThermalConfig > initialConfig
Initial config to use for thermal sensor.
variable
Input inputConfig
Input ThermalConfig message with ability to modify parameters in runtime. Default queue is non-blocking with size 4.
variable
Output temperature
Outputs FP16 (degC) thermal image.
variable
Output color
Outputs YUV422i grayscale thermal image.
function
Thermal()function
Thermal(std::unique_ptr< Properties > props)function
std::shared_ptr< Thermal > build(dai::CameraBoardSocket boardSocket, float fps)Build with a specific board socket and fps.
function
CameraBoardSocket getBoardSocket()Retrieves which board socket to use
Returns
Board socket to use
function
void setFps(float fps)inline function
DeviceNodeCRTP()inline function
DeviceNodeCRTP(const std::shared_ptr< Device > & device)inline function
DeviceNodeCRTP(std::unique_ptr< Properties > props)inline function
DeviceNodeCRTP(std::unique_ptr< Properties > props, bool confMode)inline function
DeviceNodeCRTP(const std::shared_ptr< Device > & device, std::unique_ptr< Properties > props, bool confMode)需要帮助?
请前往 OAKChina 官网 获取技术支持或解答您的任何疑问。