Table of Contents

Method Write

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Write(InputArray)

Writes/appends one frame to video file.

public bool Write(InputArray image)

Parameters

image InputArray

the written frame.

Returns

bool

true if the frame was written successfully by the underlying backend, false otherwise (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 report true on best-effort success.