이 페이지는 기계 번역을 사용하여 번역되었습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
장치 연결
이미지 수집 장치와 MATLAB® 간의 연결을 설정 및 관리합니다.
지원되는 하드웨어에 연결하고 이미지를 수집하려면 videoinput
객체를 사용할 수 있습니다. imaqhwinfo
함수를 사용하여 장치 어댑터 이름을 확인하세요. 어댑터가 표시되려면 적절한 지원 패키지를 설치해야 합니다. Image Acquisition Toolbox 어댑터에 대한 지원 패키지 설치 항목을 참조하십시오.
GigE Vision® 하드웨어를 사용하는 경우 GigE Vision 장치 구성 섹션을 참조하여 GigE Vision 카메라로 수집을 설정하는 방법에 대한 정보를 확인하세요.
함수
clear | MATLAB 작업공간에서 이미지 수집 객체를 지웁니다. |
delete | Remove image acquisition object from memory |
imaqfind | 이미지 수집 객체 찾기 |
imaqhwinfo | 사용 가능한 이미지 수집 하드웨어에 대한 정보 표시 |
imaqreset | 모든 이미지 수집 객체를 연결 해제하고 삭제합니다. |
imaqregister | Register third-party custom adaptor |
start | 이미지 수집 장치의 독점적 사용 권한 수집 |
stop | 비디오 입력 객체 중지 |
videoinput | 비디오 입력 객체 생성 |
imaq.VideoDevice | Acquire one frame at a time from video device |
앱
영상 수집 탐색기 | 하드웨어에서 이미지와 비디오 수집 (R2022a 이후) |
도움말 항목
하드웨어 연결 및 구성
- Setting Up Image Acquisition Hardware
To acquire image data, you must perform the setup required by your particular image acquisition device. - Getting Hardware Information
Useimaqhwinfo
to get the information the toolbox needs to connect to a specific image acquisition device. - Creating Image Acquisition Objects
Create the objects that the Image Acquisition Toolbox™ software uses to establish the connection between MATLAB and an image acquisition device. - Configuring Image Acquisition Object Properties
Modify characteristics of the acquisition using properties of the image acquisition objects. - Starting and Stopping a Video Input Object
How to start and stop a video input object. - 이미지 수집 객체 삭제
생성한 이미지 수집 객체를 삭제하는 방법입니다. - Saving Image Acquisition Objects
You can save an image acquisition object so that it can be loaded into the MATLAB workspace later.
GigE Vision 하드웨어 시작하기
- GigE Vision 이미지 수집 빠른 시작 가이드
GigE Vision 카메라를 설정하고 구성하여 이미지를 촬영하려면 다음 단계를 따라야 합니다. - Additional GigE Vision Setup Options
Refer to these steps for GigE Vision hardware setup and network configuration options. - 문제 해결
각 플랫폼의 GigE Vision 문제 해결 섹션을 참조하세요.
GigE Vision 하드웨어를 위한 네트워크 어댑터 구성
- Windows에서 기가비트 이더넷 네트워크 어댑터 구성
GigE Vision 카메라에서 이미지를 수집할 때 적절한 작동과 최적의 성능을 보장하려면 Windows®에서 이더넷 어댑터를 구성하세요. - Configure Gigabit Ethernet Network Adapter on Linux
Configure your Ethernet adapter on Linux® to ensure proper operation and optimum performance when acquiring images from a GigE Vision camera. - Configure Gigabit Ethernet Network Adapter on macOS
Configure your Ethernet adapter on macOS to ensure proper operation and optimum performance when acquiring images from a GigE Vision camera.
Image Acquisition Toolbox 개요
- Toolbox Components Overview
Provides an overview of the Image Acquisition Toolbox software. - Support for Additional Hardware
Create an adaptor using the Image Acquisition Toolbox Adaptor Kit.