maiermic / robot-cameraman

Robot cameraman similar to Soloshot or Pixio
MIT License
13 stars 5 forks source link

select target strategies #53

Closed maiermic closed 1 year ago

maiermic commented 1 year ago

At the moment, the first found candidate (of detected objects) is always selected as target, see: https://github.com/maiermic/robot-cameraman/blob/c1beeea87fe4f82e42eb5844df74782d92719b03/robot_cameraman/cameraman.py#L123)

Since this might not be the intended target, the user might want more control how the target is selected:

maiermic commented 1 year ago

See --select-target-strategy. Certain conditions (e.g. size, color, etc.) are not supported yet, but might be added later.