热成像
热成像
Supported on:RVC2
- 每像素原始温度数据,格式为 FP16,单位为 °C
- 可视化流,用于实时预览(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)需要帮助?
请前往 Discussion Forum 获取技术支持或提出您可能有的任何其他问题。