MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Podręcznik Użytkownika Strona 99

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 172
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 98
Implementing the Acquisition Thread Function
5-21
d
Send the packaged frame to the engine, using the IEngine member function
receiveFrame().
5
Increment the frame count using the IAdaptor member function
incrementFrameCount(). Whether you need to send a frame or not, you must
always increment the frame count whenever you acquire a frame.
6
Return to the top of the frame acquisition loop.
The following figure illustrates the frame acquisition loop.
A Possible Algorithm for the Frame Acquisition Loop
Example
The following is a declaration of an acquisition thread function. You can give your
acquisition thread procedure any name, such as acquireThread().
DWORD WINAPI acquireThread(void* ThreadParam);
Przeglądanie stron 98
1 2 ... 94 95 96 97 98 99 100 101 102 103 104 ... 171 172

Komentarze do niniejszej Instrukcji

Brak uwag