MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Guia do Utilizador Página 470

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 469
17 Functions — Alphabetical List
17-78
'MV1-D1312-80-G2-12' 'Photonofocus AG' '169.254.192.165' '022600017445'
Use the gigecam function to create the object and connect it to the camera.
g = gigecam
Preview the image from the camera.
preview(g)
The preview window displays live video stream from your camera. If you change a
property while previewing, then the preview dynamically updates, and the image reflects
the property change.
Close the preview.
closePreview(g)
Acquire a single image from the camera using the snapshot function, and assign it to
the variable img.
img = snapshot(g);
Display the acquired image.
imshow(img)
Clean up by clearing the object.
Vista de página 469
1 2 ... 465 466 467 468 469 470 471 472 473 474 475 ... 573 574

Comentários a estes Manuais

Sem comentários