DAQ PCI-FRM01 Instrukcja Użytkownika Strona 7

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 12
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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.
Przeglądanie stron 6
1 2 3 4 5 6 7 8 9 10 11 12

Komentarze do niniejszej Instrukcji

Brak uwag