
Application Note (AN312)
eCARD-FRM11 board API Programming
2005 DAQ system, all rights reserved.
http://www.daqsystem.com
The address pointer of the filter value which was programmed before.
Return Value:
If the function succeeds, it returns TRUE.
LVDS_SetHsCount
Set horizontal sync count to check real image. (supported by version 2 or more)
BOOL LVDS_SetHsCount (int nCount)
Parameters:
nCount:
The minimum value of the horizontal sync of the frame. If the frame has less than the value, the
frame data will be thrown away.
Return Value:
If the function succeeds, it returns TRUE.
LVDS_GetHsCount
Get horizontal sync count . (supported by version 2 or more)
BOOL LVDS_GetHsCount (int *nCount)
Parameters:
nCount:
The pointer of the horizontal count value.
Return Value:
If the function succeeds, it returns TRUE.
LVDS_GetVersion
Get FPGA version .
BOOL LVDS_GetVersion (int *nVersion)
Parameters:
nVersion:
The pointer of the fpga version.
Some API are only supported by boards which have the FPGA version number 2 or more.
Return Value:
If the function succeeds, it returns TRUE.
Comentários a estes Manuais