File sinks

imagefileImageSink

Allows to save one single JPEG, PNG or PAM image into a file. The file extension determines the encoding to use.

Examples:

file:/path/file.jpg
file:/path/file.png
file:/path/file.pam

Options:

quality (0-100, see here): quality used when encoding images, defaults to 100

serverpushImageSink

Example: file:/path/file.nsp?options

Options:

encoding (see nucleo/image/Image.H): image encoding, defaults to JPEG
quality (0-100, see here): quality used when encoding images, defaults to 100

qtMovImageSink

Allows to save image streams as Apple Quicktime movies. Note that the images will be converted to ARGB before being sent to QuickTime.

Examples:

file:/path/file.mov?options

Options:

codec (string): dvpal, dvntsc, mpeg, mpeg4, indeo4, sorenson3 or pixlet, defaults to mpeg4
framerate (real): the frame rate, defaults to 25