Skip to content

Commit

Permalink
Merge branch 'rs/update-new-datamodel' of github.com:pyronear/pyro-en…
Browse files Browse the repository at this point in the history
…gine into rs/update-new-datamodel
  • Loading branch information
RonanMorgan committed Dec 17, 2024
2 parents 1da21aa + f24c623 commit 33cab30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyroengine/sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@ def move_in_seconds(self, s: float, operation: str = "Right", speed: int = 20, s
im.save(save_path)
self.move_camera("Stop")
time.sleep(1)
im = self.capture()
if im is not None:
im.save(save_path)

def get_ptz_preset(self):
"""
Expand Down

0 comments on commit 33cab30

Please sign in to comment.