Skip to content

Cameras

Michelle Sands edited this page Dec 19, 2025 · 5 revisions

Supported Drivers

StimControl currently has support for generic functionality of any IMAQ-supported device, and some specific functionality for gentl & gigE cameras. You will need to go into InitialiseSession and SetParams within CameraComponent to add different cameras with specialised functionality.

Common Issues

If your camera is not saving the number of frames you expected based on the triggers being output, check the following:

  • The correct number of triggers are being generated
  • The camera is acquiring the correct number of triggers (set OutputLine and record it somewhere)
  • The camera's exposure time is not too long for the desired framerate

Potentially Helpful

IMAQ Documentation

Try:

Other Features

Matlab's SelectedSource API is string-based, so it can be difficult to find the commands for the individual camera's API. In the case of Basler cameras, you can find this information on the Basler product documentation. Useful for things like hardware trigger configuration.

Basler Yellow Cables

Documentation

Wire Colour Physical pin USB3 Cameras GigE Cameras
brown 1 GPIO3 PWR
yellow 3 GPIO4 GPIO3
white 6 GND GND
green 6 GND GND

Clone this wiki locally