maiermic / robot-cameraman

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

search at specifc angles and zoom factor #32

Closed maiermic closed 1 year ago

maiermic commented 2 years ago

At the moment, the only implementation of SearchTargetStrategy is RotateSearchTargetStrategy, which pans in one direction till it finds a target. If it is known, where the target is to be found (e.g. the start of a course), it is better to be able to point the camera directly to this point and wait till a target is found/appears.

maiermic commented 2 years ago

To keep the camera pointing to a given point, #17 has to be fixed.

maiermic commented 1 year ago

See StaticSearchTargetStrategy that can be enabled using the CLI argument --search-strategy=static and configured in the Web UI.