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 Oryx 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 Oryx camera. We offer a number of resources to assist you with the Oryx.
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 Oryx 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.
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.
Open the Windows Device Manager. Ensure the card is properly installed. Ethernet cards appear under Network
Adapters. 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.
3 Oryx Installation
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.
b. Click Open Network Connections.
c. Click Change Settings.
d. Click on the Advanced tab and from the Settings list select Jumbo Packet.
Unscrew the dust cap from the lens holder to install a lens.
2. Connect the interface Card and Cable to the Camera
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.
3. Plug in the GPIO connector
GPIOis used for power, trigger, and strobe.
4. Configure IPSettings
By default, a dynamic IPaddress is assigned to the camera according to the DHCP protocol. If DHCP addressing
fails, a link-local address is assigned. If necessary, change the IPaddress of the camera to be on the same subnet
as the NIC.
3 Oryx Installation
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.
Power is provided externally through the GPIO interface: 12 - 24 V. Power consumption is 15W maximum, 11 W
nominal.
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 Oryx'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.