device connection -凯发k8网页登录
establish and manage connection between image acquisition
device and matlab®
to connect to and acquire images from any supported hardware,
you can use the videoinput
object. use the imaqhwinfo
function
to determine your device adaptor names. you must install the appropriate
support packages for the adaptors to show up. see .
if you are using gige vision® hardware, see the gige vision device configuration section for information about setting up acquisition with gige vision cameras.
functions
clear image acquisition object from matlab workspace | |
remove image acquisition object from memory | |
display method for image acquisition objects | |
find image acquisition objects | |
information about available image acquisition hardware | |
disconnect and delete all image acquisition objects | |
register third-party custom adaptor | |
obtain exclusive use of image acquisition device | |
stop video input object | |
create video input object | |
acquire one frame at a time from video device |
apps
image acquisition explorer | acquire images and video from hardware |
examples and how to
hardware connection and configuration
to acquire image data, you must perform the setup required by your particular image acquisition device.
useimaqhwinfo
to get the information the toolbox needs to connect to a specific image acquisition device.
create the objects that the image acquisition toolbox™ software uses to establish the connection between matlab and an image acquisition device.
modify characteristics of the acquisition using properties of the image acquisition objects.
how to start and stop a video input object.
how to delete the image acquisition objects you create.
you can save an image acquisition object so that it can be loaded into the matlab workspace later.
gige vision device configuration
there are five different setups you can use for gige vision cameras.
these notes apply to network connections and hardware.
these notes apply to network configurations for each platform.
you need to have genicam installed to use gige vision hardware.
there are three gige vision related preferences in the image acquisition preferences.
see the gige vision troubleshooting section for each platform.
concepts
provides an overview of the image acquisition toolbox™ software.
create an adaptor using the image acquisition toolbox adaptor kit.
these properties are available in the toolbox.