Back to Adaptive Vision Library website

You are here: Start » Function Reference » Image IO

Image IO

Select a function from the list below.

IconNameDescription
EnumerateImagesEmulates image acquisition with images stored on disk.
EnumerateImages_RandomScans a disk directory for image files and then returns the images one by one in consecutive iterations sorted randomly.
FillImageBufferFills image buffer with provided data.
FillImagePreviewBufferFills image buffer with provided data.
GetAvailableVideoCompressorsList fourCCs names of available video compressors.
GrabImage_FromFilesSimulates capturing a frame from a camera.
GrabImage_FromFiles_ResetStateResets global state of GrabImage_FromFiles filter
LoadImageLoads a single image from a file.
LoadImageFromBufferUse this filter when you received an image file through I/O communication, e.g. through a TcpIp connection.
OpenInputVideoStreamOpens and creates a video stream from a file.
OpenOutputVideoStreamCreates a video stream which will be saved to a selected file.
ReadVideoStreamAcquires frame from the previously opened video stream.
SaveImageSaves an image to a file.
SaveImage_AsynchronousSaves an image to a file in the background thread.
SaveImageToBufferUse this filter if you want to send image file through I/O communication, e.g. through a TcpIp connection.
SaveImageToJpegSaves an image to a JPEG file.
SaveImageToJpeg_AsynchronousSaves an image to a JPEG file in the background thread.
SaveImageToPngSaves an image to a PNG file.
SaveImageToPng_AsynchronousSaves an image to a PNG file in the background thread.
SaveImageToTiffSaves an image to a TIFF file.
SaveImageToTiff_AsynchronousSaves an image to a TIFF file in the background thread.
WriteVideoStreamWrites an image to a previously opened video stream.

Select Filter Equivalent below.

IconNameDescription
AvsFilter_ReadVideoReads a frame sequence from a video file.
AvsFilter_WriteVideoWrites an image sequence to a video file one frame per iteration.