5.3.4.151. Function video_writer_save_frame
Defined in File video_io.h
5.3.4.151.1. Function Documentation
-
void video_writer_save_frame(video_writer_t *video, const uint8_t **img)
Allocation of inner data required for a video writer.
- Parameters
video – A pointer of previously allocated inner video writer data.
img – Input grayscale/RGB image (2D array \([\texttt{img\_height}][\texttt{img\_width}]\)).