mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 17:48:59 +00:00

* 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
19 lines
600 B
Markdown
19 lines
600 B
Markdown
---
|
|
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.
|