Reputation: 734
My application receives a sequence of images (BitmapImage) from an external device with rate 30 fps.
I need to create an avi file from this images and then, save it on filesystem. How can I obtain this result? Are there any C# libraries can I use for this purpose?
Upvotes: 4
Views: 5032