Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.dlib_face_detect.image_processing Namespace Reference

Classes

class  DlibFaceDetectEntity
 

Functions

None setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 PLATFORM_SCHEMA = IMAGE_PROCESSING_PLATFORM_SCHEMA
 

Detailed Description

Component that will help set the Dlib face detect processing.

Function Documentation

◆ setup_platform()

None homeassistant.components.dlib_face_detect.image_processing.setup_platform ( HomeAssistant  hass,
ConfigType  config,
AddEntitiesCallback  add_entities,
DiscoveryInfoType | None   discovery_info = None 
)
Set up the Dlib Face detection platform.

Definition at line 21 of file image_processing.py.

Variable Documentation

◆ PLATFORM_SCHEMA

homeassistant.components.dlib_face_detect.image_processing.PLATFORM_SCHEMA = IMAGE_PROCESSING_PLATFORM_SCHEMA

Definition at line 18 of file image_processing.py.