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 : new(), ColorType
where D : new()
Public Sub WriteFrame(Of C As {New, ColorType}, D As New) ( _
frame As Image(Of C, D) _
)
public:
generic<typename C, typename D>
where C : gcnew(), ColorType
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.4.3249.6313 (1.4.0.0)