-
Notifications
You must be signed in to change notification settings - Fork 0
Cameras
Michelle Sands edited this page Nov 20, 2025
·
5 revisions
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 |