Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Image IO

Image IO

Select a filter from the list below.

IconNameDescription
EnumerateImagesEmulates image acquisition with images stored on disk.
GetAvailableVideoCompressorsList fourCCs names of available video compressors.
GrabImage_FromFilesSimulates capturing a frame from a camera.
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.
ReadVideoReads a frame sequence from a video file.
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.
WriteVideoWrites an image sequence to a video file one frame per iteration.