DAQ PCI-FRM01 Manual do Utilizador Página 7

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 12
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 6
Application Note (AN312)
eCARD-FRM11 board API Programming
2005 DAQ system, all rights reserved.
http://www.daqsystem.com
Overview
LVDS(Camera Link) APIs
BOOL LVDS_Init (void)
BOOL LVDS_Start (void)
BOOL LVDS_Check (void)
BOOL LVDS_GetFrame (DWORD* nCnt, unsigned char* buf)
BOOL LVDS_Close (void)
BOOL LVDS_Stop (void)
BOOL LVDS_SetResolution (DWORD xRes, DWORD yRes)
BOOL LVDS_GetResolution (DWORD *xRes, DWORD *yRes)
BOOL LVDS_SetDataMode (int nMode)
BOOL LVDS_SetFilter (DWORD dwValue)
BOOL LVDS_GetFilter (DWORD *dwValue)
BOOL LVDS_SetHsCount (int nCount)
BOOL LVDS_GetHsCount (int *nCount)
BOOL LVDS_GetVersion (int *nVersion)
LVDS_Init
Initialize resources used for the LVDS sub-system, for example interrupt and LVDS control register
BOOL LVDS_Init (void)
Parameters:
None
Return Value:
If the function succeeds, it returns TRUE.
LVDS_Start
Start receiving frame data.
BOOL LVDS_Start (void)
Parameters:
None
Return Value:
If the function succeeds, it returns TRUE.
Vista de página 6
1 2 3 4 5 6 7 8 9 10 11 12

Comentários a estes Manuais

Sem comentários