Skip to content

support python multiprocessing #3

Description

@jfalken

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions