vision.BinaryFileWriter
Write binary video data to files
Description
The BinaryFileWriter
object writes binary video data to
files.
To write binary data to a file:
Create the
vision.BinaryFileWriter
object and set its properties.Call the object with arguments, as if it were a function.
To learn more about how System objects work, see What Are System Objects?
Creation
Description
returns a binary writer object that writes binary video data to an output file,
bFileWriter
= vision.BinaryFileWriteroutput.bin
in the I420
Four Character Code
format.
sets properties using one or more name-value pairs. Enclose each property name in
quotes. For example, bFileWriter
= vision.BinaryFileWriter(Name,Value
)bFileWriter =
vision.BinaryFileWriter('Filename','output.bin')
Properties
Usage
Syntax
Description
bFileWriter(
writes video component
Y
)Y
to the output file when the VideoFormat
property is set to 'Custom'
and the VideoComponentCount
property is set to
1
.
Input Arguments
Object Functions
To use an object function, specify the
System object™ as the first input argument. For
example, to release system resources of a System object named obj
, use
this syntax:
release(obj)
Examples
Version History
Introduced in R2012a