#include <twl/camera.h>
int CAMERA_GetTransferLines( void );
None.
Returns the number of lines to transfer to the buffer at once.
This function gets the number of lines currently configured to be transferred to the buffer at once. If the CAMERA_SetTransferLines
function has been used to specify the number of lines to transfer to the buffer at once, that setting is obtained. If the aforementioned function has not been called, the default value is obtained.
2008/01/15 Initial version.
CONFIDENTIAL