Adds image_processing.facebox_face_detect.markdown#5300
Adds image_processing.facebox_face_detect.markdown#5300robmarkcole wants to merge 7 commits intonextfrom
Conversation
| comments: false | ||
| sharing: true | ||
| footer: true | ||
| logo: home-assistant.png |
There was a problem hiding this comment.
I’ve approached to request permission. It’s a bad idea to use logos without express permission
There was a problem hiding this comment.
I think we had this discussion earlier. All logos as properties of the respective legal owners...and HA does not claim otherwise.
| ``` | ||
| MB_KEY="INSERT-YOUR-KEY-HERE" | ||
|
|
||
| docker run -p 8080:8080 -e "MB_KEY=$MB_KEY" -e "MB_FACEBOX_DISABLE_RECOGNITION=true" machinebox/facebox |
There was a problem hiding this comment.
We should add a name to the container and restart option. Here's the command that I use:
sudo docker run --name=facebox --restart=always -p 8080:8080 -e "MB_KEY=$MB_KEY" -d machinebox/facebox
We can still retain the -e "MB_FACEBOX_DISABLE_RECOGNITION=true" flag.
There was a problem hiding this comment.
Sure theres no harm adding this info, thanks for the suggestion.
MartinHjelmare
left a comment
There was a problem hiding this comment.
Please rename the file to the updated platform name.
| description: The list of image sources. | ||
| required: true | ||
| type: array | ||
| entity_id: |
There was a problem hiding this comment.
These items should be nested under a map type key, under the key keys.
There was a problem hiding this comment.
OK. BTW where are these instructions listed? Not in the standards?
|
|
||
| To enable this component in your installation, add the following to your `configuration.yaml` file: | ||
|
|
||
| {% raw %} |
There was a problem hiding this comment.
Do we need the raw tags? I don't believe so.
| ha_release: 0.70 | ||
| --- | ||
|
|
||
| The `facebox` image processing component allows you to detect and recognise faces in a camera image using [Facebox](https://machinebox.io/docs/facebox). The state of the entity is the number of faces detected, and recognised faces are listed in the `matched_faces` attribute. Facebox runs in a Docker container, and it is recommended that you run this container on a machine with a minimum of 2 GB RAM. To minimise the time for Facebox to detect faces in an image using this component, on your machine with Docker run Facebox with: |
There was a problem hiding this comment.
It's a new platform (facebox) that has been created, not a new component. Facebox is now a platform under the image_processing component.
…age_processing.facebox.markdown
|
@MartinHjelmare changes addressed, cheers |
|
Good! Please rebase on next branch to let the build pass. There was a problem in the version of next that this PR is based on, which has been fixed now. |
Description:
Adds docs for new
faceboximage processing platform.Pull request in home-assistant (if applicable):
home-assistant/core#14356
Checklist:
current. New documentation for platforms/components and features should go tonext.