Overlapping use-cases with Bux #37
roaldarbol
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi again!
Just took Skellycam for a quick spin, and I really like it! I have been implementing a very similar application (Bux, for capturing synchronised videos and control microcontrollers at the same time). One key difference, I ended up using
multiprocessing
andevents
to get quite well-synchronised videos - and avoids some of the fuss and limitations ofqueue
. It handles well, but I don't have much time to develop on it, so please feel free to test and use however much you want to. Also thinking out loud here, but could be a dream scenario for me if we could collaborate on it, with me implementing microcontroller features that could be installed withpip install skellycam[mc]
or something like that.Anyways, I really like your minimal and intuitive layout, and am glad to see FreeMoCap developing on multiple fronts!
Beta Was this translation helpful? Give feedback.
All reactions