I am sometimes inspired by the works of my colleagues on GitHub, because I don't use software video capture that often and the written codes don't always work as they should. Do you write the codes yourself or do you also look for help from your colleagues? What c# algorithms do you use for video capture?
Announcement
Collapse
No announcement yet.
What c# algorithms do you use for video capture?
Collapse
X
-
Personally, it depends on the job. Sometimes a customer sends a simple request for which I already have an automated algorithm, and sometimes I have to invent something new. I found some general purpose C# video capture algorithms in VisioForge for different video formats and incorporated them into my work. I like working with their SDK because it gives me additional features that I can offer to the customer.
Comment