Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mgineer85 committed Nov 14, 2024
1 parent 80a98fe commit ab91f34
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wigglecam/services/backends/cameras/abstractbackend.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,9 @@ def _camera_fun(self):
pass

def _ticker_fun(self):
# TODO: somewhere else:
logger.debug("starting _ticker_fun")

while not current_thread().stopped():
# - 0.2 * 1e9 # TODO: this one improved continuous capture on pi3! why?
self._current_timestampset.reference = self._current_timestamp_reference_in_queue.get(block=True, timeout=1.0)

try:
Expand Down

0 comments on commit ab91f34

Please sign in to comment.