twVolc / PyCamPermanent

Permanent PiCam (SO2) installation project software
GNU General Public License v3.0
1 stars 2 forks source link

Intermittent issue saving full_calibration.csv #168

Open ubdbra001 opened 5 days ago

ubdbra001 commented 5 days ago

One in a while the software produces a Permission denied error when trying to save the full_calibration.csv file. It's infrequent so I've not been able to work out what may be going on.

ubdbra001 commented 2 days ago

Only seems to happen when file is first created. So, I suspect this is to do with the proximity of writing the header lines to the writing of the data. Moving the writing of the header lines to the start of processing helped (ran 4 days worth of data with no issue) but it can't got there as FOV data will be unavailable is some cases.

tpering commented 1 day ago

This might also be related to the below error (solved by restarting the Start_Watching_Directory):

image