Closed GoogleCodeExporter closed 8 years ago
You better narrow down you issue. MJPEGStream seems to work fine from what
you've described, so don't see any issues. There may be a problem with
VideoFileWriter, but this a different thing. Don't need to mess things together.
I would suggest to try using VideoFileWriter on its own with .NET 4 application.
Original comment by andrew.k...@gmail.com
on 27 Feb 2013 at 9:42
Not an issue of the framework, but it is an issue of your application.
Using AForge.Video.FFMPEG in .NET 4 generates exception:
"Mixed mode assembly is built against version 'v2.0.50727' of the runtime and
cannot be loaded in the 4.0 runtime without additional configuration
information."
That is why you don't see any video.
You can:
1) Rebuilt framework for .NET 4;
2) Or use solution from here:
http://stackoverflow.com/questions/2455654/what-additional-configuration-is-nece
ssary-to-reference-a-net-2-0-mixed-mode
P.S. Learn debugging before posting bug reports.
Original comment by andrew.k...@gmail.com
on 27 Feb 2013 at 9:51
Original issue reported on code.google.com by
leejy0...@gmail.com
on 27 Feb 2013 at 1:19