Skip to content

Instantly share code, notes, and snippets.

View robmarkcole's full-sized avatar
💭
Busy pythonizing

Robin Cole robmarkcole

💭
Busy pythonizing
View GitHub Profile
This file has been truncated, but you can view the full file.
{
"categories": [
{
"id": 1,
"name": "Floating Head Tank"
}
],
"annotations": [
{
"image_id": 28,
@robmarkcole
robmarkcole / example.yaml
Created September 18, 2017 06:39 — forked from Teagan42/example.yaml
A custom camera component that allows you to see the detected regions from the OpenCV image processor in Home-Assistant. Add this to your configuration directory: {CONFIG_DIRECTORY}/custom_components/opencv.py
camera:
- platform: opencv
camera: camera.front_door
processor: image_processing.front_door_opencv_faces
# Optional Parameters
name: OpenCV Camera