currently, multiple cameras simple iterate througha for loop. since each loop iteration has methods that take time (and delays are purposefully added); if the script has a large number of cameras to go through, we are missing opportunities to rotate/move files on other devices while waiting for one.
mutli-processing should be added so that each camera gets its own process and then we dont need to worry about this.
currently, multiple cameras simple iterate througha for loop. since each loop iteration has methods that take time (and delays are purposefully added); if the script has a large number of cameras to go through, we are missing opportunities to rotate/move files on other devices while waiting for one.
mutli-processing should be added so that each camera gets its own process and then we dont need to worry about this.