


Remember the row/col size of various display and sensors formats
sFormat = sensorFormats([formatName])
The formats specified here are qcif, cif, qvga, vga, svga, xvga, uxvga.
Who can remember all this stuff?
It is also possible to return the dimensions for certain sensors
In this case sFormat(1) = height and sFormat(2) = width in meters.
These are halfinch, quarterinch and sixteenthinch.
All known sensor formats are returned using: sFormat = sensorFormats;
Examples:
sFormat = sensorFormats('qcif');
sFormat = sensorFormats('quarterinch');
sFormat = sensorFormats;
Copyright ImagEval Consultants, LLC, 2005