MATLAB IMAGE ACQUISITION TOOLBOX 3 Podręcznik Użytkownika Strona 152

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 151
5 Acqu iring Image Data
To verify that the object acquired data, view the value of the
FramesAvailable property. This property reports how m any frames a re
currently stored in the m emory buffer.
vid.FramesAvailable
ans =
15
4 Delete a trigger’s worth of image data —Calltheflu shda ta function,
specifying the mode
'triggers'. This deletes the frames associate d with
the oldest trigger.
flushdata(vid,'triggers');
The following figure shows the frames acquired before and after the call
to
flushdata.Notehowflushd ata deletes the frames associated with
the oldest trigger.
To verify that the object deleted the frames, view the value of the
FramesAvailable property.
vid.FramesAvailable
ans =
10
5-38
Przeglądanie stron 151
1 2 ... 147 148 149 150 151 152 153 154 155 156 157 ... 407 408

Komentarze do niniejszej Instrukcji

Brak uwag