Is there any live video stream editing open source project with API for my needs?

Posted by Ole Jak on Stack Overflow See other posts from Stack Overflow or by Ole Jak
Published on 2010-04-29T00:46:32Z Indexed on 2010/04/29 16:47 UTC
Read the original article Hit count: 305

Filed under:
|
|

I need an open source project with an API

  • capable of reading a live video stream (stream codec can be any API can read - I can provide with practically any live streamable one)
  • giving me last image data for some processing (like brightness\contrast or more exotic filtering)
  • being able to receive data I've changed and starting to stream that data on to some http://localhost:port/ in some format

I need it to be easily accessible from C# (even better, written in C#).

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#