DarkArius / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

AForge.Video project referenced AForge project, but not used it #378

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Compiling AForge.Video project causes compilation of AForge project, but it is 
not necessary.

To avoid this you should remove reference to AForge project in AForge.Video 
project.

Original issue reported on code.google.com by amx3...@gmail.com on 30 Jan 2014 at 11:57

GoogleCodeExporter commented 8 years ago
First - check. Then submit.

AsyncVideoSource.AsyncVideoSource() uses 
AForge.SystemTools.CopyUnmanagedMemory().
http://code.google.com/p/aforge/source/browse/trunk/Sources/Video/AsyncVideoSour
ce.cs#466

Original comment by andrew.k...@gmail.com on 30 Jan 2014 at 4:52