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

  • 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 283
11 Using the GigE Vision Interface
11-10
ans =
Model Manufacturer IPAddress SerialNumber
____________________ ___________________ _______________ ______________
'MV1-D1312-80-G2-12' 'Photonofocus AG' '169.254.192.165' '022600017445'
Using the gigecam function with no arguments creates the object, and connects to the
single GigE Vision camera on your system. If you have multiple cameras and you use the
gigecam function with no input argument, it creates the object and connects it to the
first camera it finds listed in the output of the gigecamlist function.
Create an object, g.
g = gigecam
g =
Display Summary for gigecam:
DeviceModelName: 'MV1-D1312-80-G2-12'
SerialNumber: '022600017445'
IPAddress: '169.254.192.165'
PixelFormat: 'Mono8'
AvailablePixelFormats: {'Mono8' 'Mono10Packed' 'Mono12Packed' 'Mono10' 'Mono12'}
Height: 1082
Width: 1312
Timeout: 10
Show Beginner, Expert, Guru properties.
Show Commands.
Create a gigecam Object Using IP Address
Use the gigecam function with the IP address of the camera (specified as a character
string) as the input argument to create the object and connect it to the camera with
that address. You can see the IP address for your camera in the list returned by the
gigecamlist function.
Use the gigecamlist function to ensure that MATLAB is discovering your cameras.
gigecamlist
ans =
Vue de la page 283
1 2 ... 279 280 281 282 283 284 285 286 287 288 289 ... 573 574

Commentaires sur ces manuels

Pas de commentaire