Opencv (#2208)
* Image processing opencv doc * OpenCV doc * OpenCV logo * Doc updates * Change docs to match opencv component * Update docs * Add comment to example * Add camera config * Add comment to example yaml * Update docs to reflect the camera not being there * Better documentation on configuration and attributes * Reference hub * Set release
This commit is contained in:
parent
2b2d1ba0f7
commit
bee8ba3c0b
3 changed files with 94 additions and 0 deletions
18
source/_components/image_processing.opencv.markdown
Normal file
18
source/_components/image_processing.opencv.markdown
Normal file
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
layout: page
|
||||
title: "OpenCV"
|
||||
description: "Instructions how to integrate OpenCV image processing into Home Assistant."
|
||||
date: 2017-01-25 00:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: OpenCV_Logo.png
|
||||
ha_category: Image Processing
|
||||
featured: false
|
||||
ha_release: 0.44
|
||||
---
|
||||
|
||||
The `opencv` image processing platform allows you to create a standalone image processor without the linked camera entity as mentioned in the [OpenCV page](https://home-assistant.io/components/opencv).
|
||||
|
||||
Please refer to the [component](/components/opencv/) configuration on how to setup the image processor.
|
Loading…
Add table
Add a link
Reference in a new issue