Commit Graph

4 Commits

Author SHA1 Message Date
Isaac Connor
ed6cb8de88 fix: call Stop() before restarting in PollThread::Start()
Prevents potential deadlock by ensuring any running thread is signaled
to terminate before joining, matching the pattern used in other thread
classes.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 12:13:29 -05:00
Isaac Connor
1f9192520a Don't need zm_time, should have zm_logger 2025-09-25 10:09:33 -04:00
Aaron Kling
c4683d90a9 Format code using astyle google format
Commands used:
astyle --style=google --indent=spaces=2 --keep-one-line-blocks src/*.cpp
astyle --style=google --indent=spaces=2 --keep-one-line-blocks src/*.h
2024-03-26 13:43:58 -05:00
Jonathan Bennett
1333d8c751 Adds ONVIF Motion Detection Support 2022-01-06 16:45:15 -06:00