Method Write
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Write(InputArray)
Writes/appends one frame to video file.
public bool Write(InputArray image)
Parameters
imageInputArraythe written frame.
Returns
- bool
trueif the frame was written successfully by the underlying backend,falseotherwise (for example, on network errors when streaming, encoder failures, or unsupported input frames). Backends that do not surface per-frame status from their native API reporttrueon best-effort success.