Trueface Elevated Body Temperature Configuration Server
Simple HTTP server used for setting the configuration options of the Trueface temperature detection application.
GET/config
http://{{camera_ip}}:8090/config
Returns the configuration parameters which have been set.
Example Request
/config
200 OK
Example Response
Content-Length
Content-Type
POST/config
http://{{camera_ip}}:8090/config
Sets the configuration parameters. Camera must be rebooted for changes to take effect. Can set one or more configuration parameters at once.
Bodyurlencoded
temperature_unit
offset_temperature
websocket_port
stream_number
smallest_face_height
frame_count
face_detection_filter
face_detection_mode
draw_temperature
display_text
display_text_color
draw_mask
liveness_check
enable_snapshot
Example Request
/config
200 OK
Example Response
Content-Length
Content-Type
Keep-Alive
GET/restore-defaults
http://{{camera_ip}}:8090/restore-defaults
Restores to the default configuration parameters.
Example Request
/restore-defaults
200 OK
Example Response
Content-Length
Content-Type
GET/default-config
http://{{camera_ip}}:8090/default-config
Returns the default configuration parameters.
Example Request
/default-config
200 OK
Example Response
Content-Length
Content-Type