This device complies with Part 15 of the FCC rules. Operation is subject to the following two conditions: (1) This
device may not cause harmful interference, and (2) this device must accept any interference received, including
interference that may cause undesirable operation.
Korean EMCCertification
The KCC symbol indicates that this product complies with Korea’s Electrical Communication Basic Law regarding
EMC testing for electromagnetic interference (EMI) and susceptibility (EMS).
Hardware Warranty
The warranty for the BlackflyS camera is 3 years. For detailed information on how to repair or replace your
camera, please see the terms and conditions on our website.
Export Control
The ECCN for this product is EAR099.
WEEE
The symbol indicates that this product may not be treated as household waste. Please ensure this
product is properly disposed as inappropriate waste handling of this product may cause potential
hazards to the environment and human health. For more detailed information about recycling of this
product, please contact us.
Trademarks
Names and marks appearing on the products herein are either registered trademarks or trademarks of FLIR
Systems, Inc. and/or its subsidiaries.
Licensing
To view the licenses of open source packages used in this product please see What open source packages does
Welcome to the BlackflyS camera. We offer a number of resources to assist you with the BlackflyS.
n Release Notes—information about the current firmware release including feature additions or changes,
bug fixes, and known issues.
n Specifications—information about the camera model as it performs with the current firmware.
n Getting Started—quick start guide for installing the camera and software.
n Installation Guide—information about installing the camera and SDK, the physical interface and
mechanical properties, troubleshooting and how to get help. This document is available as a PDF for
download or as a webpage included in the firmware release package.
n Technical Reference—information about the features supported by the camera model with the current
firmware, including: image format control, acquisition control, sequencing, binning/decimation, and others.
This document is available as a PDF for download or as a webpage included in the firmware release
package.
1 Blackfly S Installation Guide
n Firmware—programming inserted into the programmable ROM of the camera that can be updated in-field.
New firmware packages are available for download and include both the firmware file and documentation.
n Spinnaker SDK—software development kit that provides GenICam-compliant controls to create
applications for the camera. Spinnaker is available for download. Each installation includes API
documentation for C, C++, and C#.
Our website provides additional information in our Knowledge Base and Technical Application Note library. As
well, the Downloads site is the portal to access documentation and firmware updates.
SDKsoftware, including drivers (required for installation)
FLIRBlackfly®S Installation Guide3
1. Go to our website: www.ptgrey.com.
2. In the upper right corner, click Register.
3. Complete the form, then click Register.
After you submit your registration, you will receive an email with instructions on how to activate your account.
3.2Installing Your Interface Card and Software
1. Install your Interface Card
Ensure the card is installed per the manufacturer's instructions.
Connect the internal IDE or SATApower connector on the card to the computer power
supply.
Alternatively, use your PC's built-in host controller, if equipped.
3 BlackflyS Installation
Open the Windows Device Manager. Ensure the card is properly installed. Ethernet cards appear under NetworkAdapters. USB3 cards appear under Universal Serial Bus Controllers. An exclamation point (!) next to the
card indicates the driver has not yet been installed.
2. Install the Spinnaker® Software
Note: For existing users who already have Spinnaker installed,
we recommend ensuring you have the latest version for optimal
performance of your camera. If you do not need to install
Spinnaker, use SpinView to install and enable drivers for your
card.
a. Login to the Downloads page.
b. Select your Product Family, Camera Model and Operating System from the drop-down lists.
c. Click on the Software search results to expand the list.
d. Click the appropriate link to begin the download and installation.
After the download is complete, the Spinnaker setup wizard begins. If the wizard does not start automatically,
double-click the .exe file to open it. Follow the steps in each setup dialog.
3. For Ethernet cards: Enable jumbo frames
a. In Start->All Programs-> Point Grey Spinnaker SDK->SpinView, right click on the Network Adapter
and select Adapter Configuration, then select IP Configuration.
The ASA and ISO-compliant tripod mounting bracket attaches to the camera using the
included screws.
2. Attach a Lens
Unscrew the dust cap from the lens holder to install a lens.
3. Connect the interface Card and Cable to the Camera
3 BlackflyS Installation
Plug the interface cable into the host controller card and
the camera. The cable jack screws can be used for a
secure connection.
When the camera is first connected, the operating system automatically installs the camera driver. Camera
drivers are available with the Spinnaker SDK installation.
a. If using PoE, connect a powered Ethernet switch or Ethernet power injector in between the card and the
camera.
4. Plug in the GPIO connector if required
GPIOcan be used for power, trigger, and strobe.
5. Confirm Successful Installation
Run the SpinView application: Start->All Programs-> Point Grey Spinnaker->SpinView
The SpinView application can be used to test the camera's image acquisition capabilities.
Changes to your camera's installation configuration can be made using the SpinView application.
For GigE cameras—Power can be provided over the Ethernet interface (PoE). To use PoE, you must also have a
powered Ethernet card, a powered Ethernet switch, or an Ethernet power injector.
For USB3 cameras—The USB 3.0 Micro-B connector provides a power connection between the camera and the
host computer. The ideal input voltage is nominal 5 V DC. For the USB 3.0 connector to provide power, the host
controller must be connected to the computer's power supply.
Power can also be provided externally through the GPIO interface: 12 V nominal (8 - 24 V). Power consumption is
3W maximum.
If both power sources are connected the camera always uses external power over the GPIO connector.
Note: Some systems, especially those with laptop computers or
longer cable lengths, may not provide adequate power through
the USB 3.0 cable which could result in intermittent operation.
The use of external power through the GPIOis required for
these systems.
3 BlackflyS Installation
Related Knowledge Base Articles
TitleArticle
How can I power my USB 3.0 camera?
The camera does not transmit images for the first 100 ms after power-up. The auto-exposure and auto-white
balance algorithms do not run while the camera is powered down. It may therefore take several images to get a
satisfactory image.
When the camera is power cycled (power disengaged then re-engaged), the camera reverts to its default factory
settings, or if applicable, a saved user set.
The BlackflyS's features can be accessed using various controls, including:
n Spinnaker SDK including API examples
n SpinView camera evaluation application, included in the Spinnaker SDK installation
n Third-party GenICam applications
4.1Using the Spinnaker®Software Development Kit
You can monitor or control features of the camera through Spinnaker API examples provided in the Spinnaker SDK,
or through the SpinView camera evaluation application. A Programmer's Guide and API Reference is included in
the installation.
4.1.1SpinView Camera Evaluation Application
The SpinView application is a generic, easy-to-use streaming image viewer included with the Spinnaker SDK that
can be used to test many of the capabilities of your camera. It allows you to view a live video stream from the
camera, save individual images, adjust the various attributes, frame rates, features and settings of the camera. It
includes tools for updating firmware, managing drivers, IP addressing, and activity logging.
4.1.2Custom Applications Built with the Spinnaker API
The Spinnaker SDK includes a full Application Programming Interface that allows you to create custom
applications to control your camera. Included with the SDK are a number of source code examples to help you get
started.
Spinnaker API examples are provided for C, C++, C#, and VB.NET languages. These examples are precompiled
for your convenience.