Skip to content

Commit

Permalink
fix standalone capture
Browse files Browse the repository at this point in the history
  • Loading branch information
mgineer85 committed Nov 4, 2024
1 parent 511c7ac commit c8c1d62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wigglecam/services/acquisitionservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ def _trigger_in_fun(self):
# recommended to disable in production.
logger.info("standalone mode is enabled! to use the job processor and connectivity, disable standalone mode in config!")
frame = self.wait_for_hires_frame()
frame = self.done_hires_frames()

filename = Path(f"img_{datetime.now().astimezone().strftime('%Y%m%d-%H%M%S-%f')}").with_suffix(".jpg")
filepath = PATH_STANDALONE / filename
Expand Down

0 comments on commit c8c1d62

Please sign in to comment.