Getting Started#
Prerequisites#
- Basler Stereo mini camera (USB or GigE model, see table below)
- Computer running Windows, Linux, or Linux ARM
- Basler pylon SDK installed on your computer
- Basler pylon Supplementary Package for Stereo mini installed on your computer
Supported Camera Models#
| Model | Interface | Connector |
|---|---|---|
| STM-501u | USB | USB Type-C |
| STM-502u | USB | USB Type-C |
| STM-951u | USB | USB Type-C |
| STM-952u | USB | USB Type-C |
| STM-951g | GigE | M12 X-coded, 8-pin |
| STM-955g | GigE | M12 X-coded, 8-pin |
For detailed specifications, see the Product Specifications topic.
Installation#
- Download the latest Basler pylon SDK from the Basler website.
- Download the latest Basler pylon Supplementary Package for Stereo mini from the Basler website.
- Run the installer and follow the installation wizard.
- USB models: Connect the camera to a USB 3.0 port.
The camera will be detected automatically by the pylon SDK. - GigE models: Connect the camera to your GigE network using an M12 X-coded cable.
- Download the latest Basler pylon SDK for Linux from the Basler website.
- Download the latest Basler pylon Supplementary Package for Stereo mini from the Basler website.
- Extract the archive and run the installer script.
- USB models: Connect the camera to a USB 3.0 port.
- GigE models: Connect the camera to your GigE network using an M12 X-coded cable.
Connecting Your Camera#
USB Models#
- Connect the camera to a USB 3.0 port using the USB Type-C cable.
- The camera is powered via the USB connection.
- Once connected, open the pylon 3D Viewer to verify the connection.
GigE Models#
- Connect the camera to your network using an M12 X-coded, 8-pin cable.
The GigE models support Power over Ethernet (PoE, IEEE 802.3af). Alternatively, they can be powered by a separate DC power supply (9–24 V). - Make sure your network interface and switch support Gigabit Ethernet.
- Once connected, open the pylon 3D Viewer to verify the connection.
Use the Refresh button if the camera doesn't appear immediately.
Verifying the Connection#
pylon IP Configurator#
Use the pylon IP Configurator to check and change the IP configuration of GigE Stereo mini cameras.
Alternatively, you can start the pylon IP Configurator from within the pylon 3D Viewer by clicking Tools > pylon IP Configurator.
Using the pylon 3D Viewer#
The pylon 3D Viewer provides a graphical user interface for viewing and configuring the camera's features and visualizing the available streaming formats. It also allows you to save images.
- Open the pylon 3D Viewer.
Your camera should appear in the device list. - Click your camera to select it.
You should see the live depth and RGB image streams.
Next Steps#
- Read the C++ Programmer's Guide for C++ development.
- Read the Python Programmer's Guide for Python development.
- Explore the Samples section for code examples.