
Application Note (AN312)
eCARD-FRM11 board API Programming
2005 DAQ system, all rights reserved.
http://www.daqsystem.com
LVDS_Check
Check the completion of receiving frame data.
BOOL LVDS_Check (void)
Parameters:
None
Return Value:
If the frame data were completely received, it returns TRUE.
LVDS_GetFrame
Get Frame data from the frame buffer.
BOOL LVDS_GetFrame (DWORD* nCnt, unsigned char* buf)
Parameters:
nCnt :
The address which contains the number of data to be received in byte size.
The maximum number of data to be received is limited to 16Mbyte(0x1000000).
DXD810 use 6MB(0x600000), DXD1417 use 15MB(0xF00000)
buf :
The buffer address.
Return Value:
If the function succeeds, it returns TRUE.
LVDS_Close
Release all resource were used for LVDS function. Application program should call this function when it
terminate program
BOOL LVDS_Close (void)
Parameters:
None
Return Value:
If the function succeeds, it returns TRUE.
LVDS_SetModel
Set Board interface for specific camera Model interface (Obsolete Function)
BOOL LVDS_SetModel (int Model)
Parameters:
Model:
Comentarios a estos manuales