#include <twl/camera.h>
#define CAMERA_GET_MAX_LINES(width) MATH_MIN((1024 / (width)), 16)
Calculates the maximum value that can be set with the CAMERA_SetTransferLines
function. If the CAMERA_SetTrimmingParams
function was used to specify a width, that width will be specified as the argument value. Otherwise, the width of the camera size set by a CAMERA_I2CSize*
function will be specified as the argument value.
CAMERA_SetTransferLines, CAMERA_I2CSize*
2007/10/12 Initial version.
CONFIDENTIAL