Create a Video Stream (AVI) from a Series of Images

前端 未结 4 1580
天涯浪人
天涯浪人 2020-12-07 21:15

There is an IP web camera that I wrote a .NET class for sometime ago. It\'s basically a Timer implementation that pings a snapshot CGI script from the camera every five sec

4条回答
  •  温柔的废话
    2020-12-07 22:18

    This is a C# wrapper by someone at Codeproject:

    http://www.codeproject.com/KB/audio-video/avifilewrapper.aspx

    That wrapper should provide you with what you need.

提交回复
热议问题