Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the capture_manager.py behaviour of adding multiple captures with the same file name and path #4

Open
JoshHarris2108 opened this issue Nov 19, 2024 · 0 comments

Comments

@JoshHarris2108
Copy link

The capture manager should be able to handle being told to add captures with the same file and path by iterating a number on the end of the file such as :

file path = "/data/babyd/
file name = "test_100k_frames"

add first capture, with full path+name of :

/data/babyd/test_100k_frames

add a second and third capture, with full path+name of:

/data/babyd/test_100k_frames_1
/data/babyd/test_100k_frames_2

other subsequent captures added with the same file_path+name should be iterated as above. This currently works if a capture is duplicated through the capture manager's duplication funciton, but not when added manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant