What problem does it solve?
Connecting MATLAB to cameras involves choosing between multiple interfaces (videoinput, webcam, gigecam) and adaptors (winvideo, gentl, vendor-specific), and picking the wrong one leads to limited functionality, missing features, or failed connections. This Skill guides the AI agent to always use the correct Image Acquisition Toolbox interface for webcams, GigE Vision, USB3 Vision, CoaXPress, and Camera Link cameras.
Core Features & Use Cases
- Device enumeration and connection: List available cameras with imaqhwinfo and connect via videoinput with the correct adaptor for each platform and camera type.
- Acquisition workflows: Preview live video, capture single snapshots, acquire multiple frames with immediate or manual triggering, and configure ROI, color space, and device-specific properties.
- GenTL setup guidance: Install the GenICam Interface support package and vendor GenTL producers for GigE Vision, USB3 Vision, CoaXPress, and Camera Link frame grabbers.
- Use Case: A user asks how to capture images from a FLIR GigE Vision camera. The agent enumerates devices with imaqhwinfo("gentl"), connects with videoinput, acquires frames with start/getdata, and cleans up properly.
Quick Start
Ask the agent to connect to your webcam in MATLAB, preview the live feed, and capture a snapshot using Image Acquisition Toolbox.