-
Notifications
You must be signed in to change notification settings - Fork 0
Cameras
Michelle Sands edited this page Dec 19, 2025
·
5 revisions
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.
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
Try:
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.
| Wire Colour | Physical pin | USB3 Cameras | GigE Cameras |
|---|---|---|---|
| brown | 1 | GPIO3 | PWR |
| yellow | 3 | GPIO4 | GPIO3 |
| white | 6 | GND | GND |
| green | 6 | GND | GND |