MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Guide de l'utilisateur Page 379

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 574
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 378
GigE Vision Hardware
16-33
8
If you receive an error that says a block or frame is being dropped because a packet
is unavailable for resend, one likely cause is that the buffer size of the socket could
not be set to the reported value, for example 1000000.
See your system administrator about using sysctl for net.core.rmem_max. For
example, the system administrator could try:
sysctl -w net.inet.udp.recvspace=1000000
9
If your camera does not start a new acquisition at block 1, the toolbox will attach the
block ID (frame ID) as metadata to the frame. If you want to know if you lost initial
frames, you can check the metadata – if the first frame's block ID is not 1, you may
have some missing frames. For example, use this command in MATLAB:
[d t m]=getdata(vid,2);
m(1)
The answer will include the Block ID and the FrameNumber.
10
Run the imaqsupport function for further troubleshooting information.
Vue de la page 378
1 2 ... 374 375 376 377 378 379 380 381 382 383 384 ... 573 574

Commentaires sur ces manuels

Pas de commentaire