
Application Note (AN312)
eCARD-FRM11 board API Programming
2005 DAQ system, all rights reserved.
http://www.daqsystem.com
Model number ‘0’ selects 2048 x 1560 resolution Camera,
otherwise selects 3160 x 2560 resolution Camera.
Return Value:
If the function succeeds, it returns TRUE.
LVDS_GetModel
Gets currently configured camera Model interface (Obsolete Function)
BOOL LVDS_GetModel (int *Model)
Parameters:
Model:
Address pointer to receive Camera Model
Return Value:
If the function succeeds, it returns TRUE.
When call succeeds, Model contains currently configured model type.
“0” is 2048 x 1560 resolution camera, others 3160 x 2560 resolution camera.
LVDS_Start
Stop receiving frame data.
BOOL LVDS_Stop (void)
Parameters:
None
Return Value:
If the function succeeds, it returns TRUE.
LVDS_SetResolution
Set camera resolution for the specific camera Model.
BOOL LVDS_SetResolution (DWORD xRes, DWORD yRes)
Parameters:
xRes:
Value of the horizontal Camera resolution
yRes:
Value of the vertical Camera resolution
Return Value:
If the function succeeds, it returns TRUE.
LVDS_GetResolution
Comentarios a estos manuales