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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 285
11 Using the GigE Vision Interface
11-12
ans =
Model Manufacturer IPAddress SerialNumber
____________________ ___________________ _______________ ______________
'MV1-D1312-80-G2-12' 'Photonofocus AG' '169.254.192.165' '022600017445'
'mvBlueCOUGER-X120aG' 'MATRIX VISION GmbH' '169.254.242.122' 'GX000818'
Create an object, g, using the index number.
g = gigecam(2)
g =
Display Summary for gigecam:
DeviceModelName: 'mvBlueCOUGER-X120aG'
SerialNumber: 'GX000818'
IPAddress: '169.254.242.122'
PixelFormat: 'Mono8'
AvailablePixelFormats: {'Mono8' 'Mono12' 'Mono14' 'Mono16' 'Mono12Packed'
'BayerGR8' 'BayerGR10' 'BayerGR12' 'BayerGR16' 'BayerGR12Packed'
'YUV422Packed' 'YUV422_YUYVPacked' 'YUV444Packed'}
Height: 1082
Width: 1312
Timeout: 10
Show Beginner, Expert, Guru properties.
Show Commands.
It creates the object and connects it to the Matrix Vision camera with that index number,
in this case, the second one displayed by gigecamlist. If you only have one camera, you
do not need to use the index.
Acquire One Image Frame from a GigE Camera
Use the snapshot function to acquire one image frame from a GigE Vision Compliant
camera.
1
Use the gigecamlist function to ensure that MATLAB is discovering your camera.
gigecamlist
ans =
Przeglądanie stron 285
1 2 ... 281 282 283 284 285 286 287 288 289 290 291 ... 573 574

Komentarze do niniejszej Instrukcji

Brak uwag