Tagged Questions
1
vote
2answers
443 views
Multitasking in C#
I would like to use a timer in my C# program with millisecond accuracy to keep a camera in sync with some events and keep shooting a picture every 250ms (or 1/4 sec, or I might adjust it to even ...