P2DingoCV.HotspotLogic.Exceptions.TempDetectionFail

Exceptions

TempDetectionFailed([message])

Exception raised when temperature detection fails.

exception P2DingoCV.HotspotLogic.Exceptions.TempDetectionFail.TempDetectionFailed(message='Temperature detection failed')[source]

Bases: Exception

Exception raised when temperature detection fails.

This exception can be used in image processing or thermal analysis pipelines to signal that temperature could not be reliably measured for a frame or component.

Parameters:

message (str, optional) – Custom error message. Defaults to “Temperature detection failed”.

__init__(message='Temperature detection failed')[source]