-
Notifications
You must be signed in to change notification settings - Fork 3
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
Invoke Recording Video Frames to Disk via Multiprocessing #110
Comments
After spending some time thinking about this/chatting with a couple people, instead of using a subprocess I should use multiprocessing for this. Wbo knows if I'll ever get to do this... |
This might not actually be working like I thought it was. Could be due to bad output triggers from Bruker's TTL manager, many extra frames were taken during my tests. I'm probably using multiprocessing wrong and causing some strangeness with how video is actually recorded to disk or something. After some initial testing in the develop branch to make sure that the number of frames in each video is the same as what was scheduled for recording, there's about a 1/3rd more number of frames available for some reason. Might actually be sorta hard to figure out what's happening there.... |
It's likely this is having trouble because I'm starting a process not through To refactor things to be running in |
Having the program write the video to disk as a subprocess would be a better way of making sure that parts of the software are running independently from one another. When this should be done isn't something I'm sure about, but it would be good to do.
The text was updated successfully, but these errors were encountered: