eyalcha / thermal

Thermal camera for Home Assistant
Apache License 2.0
32 stars 7 forks source link

Configuration in ROI #4

Open sanderlv opened 3 years ago

sanderlv commented 3 years ago

Hi, we are trying to work through your super cool project!

We think we have "some" working but have a question about detecting a "person". We try to use the sensor component in homeassitant but have some problems in understanding how to interpret the "ROI" options.

What if we use your example:

    sensor:
      rows: 8
      cols: 8
    roi:
      left: 3
      top: 3
      right: 5
      bottom: 5

Will that select the following area? We selected 8 columns in "sensor:"

image

Thank you!

sanderlv commented 3 years ago

Is this the right way to ask this question? Please help me for an answer...