www.emgu.com/wiki
Write a single frame to the video writer

Declaration Syntax
public void WriteFrame<C, D>(
Image<C, D> frame
)
where C : struct, new(), IColor
where D : new()
Public Sub WriteFrame(Of C As {Structure, New, IColor}, D As New) ( _
frame As Image(Of C, D) _
)
public:
generic<typename C, typename D>
where C : value class, gcnew(), IColor
where D : gcnew()
void WriteFrame(
Image<C, D>^ frame
)

Generic Template Parameters
- C
- The color type of the frame
- D
- The depth of the frame

Parameters
- frame (Image<(Of <(C, D>)>))
- The frame to be written to the video writer
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)