MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES User's Guide Page 470

  • Download
  • Add to my manuals
  • Print
  • Page
    / 574
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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.
Page view 469
1 2 ... 465 466 467 468 469 470 471 472 473 474 475 ... 573 574

Comments to this Manuals

No comments