CroatianMeteorNetwork / RMS

RPi Meteor Station
https://globalmeteornetwork.org/
GNU General Public License v3.0
169 stars 47 forks source link

Add a check so that auto_reprocess does not run if should be capturing #171

Closed g7gpr closed 11 months ago

g7gpr commented 1 year ago

https://github.com/CroatianMeteorNetwork/RMS/blob/b52f21834e2a430b0350cac06e7b6580bea8ad22/RMS/StartCapture.py#L612

Add a check so that if it is time to start capturing auto_reprocess completes any directory which is in process, but does not start a new one.

g7gpr commented 1 year ago

I can probably tackle this myself and submit a PR.