Spinnaker SDK C++
4.1.0.172
 
 

 
Loading...
Searching...
No Matches
SpinnakerDirectShow.h

Global header file for Spinnaker DirectShow library. More...

Classes

interface  ISpinDevice
 
interface  ISpinnakerInterface
 

Variables

static const GUID IID_ISpinnakerInterface
 This is the Interface that allows users to get and set device node properties on the camera.
 

Detailed Description

Global header file for Spinnaker DirectShow library.

By including this file, all required header files for full Spinnaker DirectShow operation will be included automatically. It is recommended that this file be used instead of manually including individual header files.

We welcome your bug reports, suggestions, and comments: https://www.flir.com/support-center/rma/iis-support-request

Variable Documentation

◆ IID_ISpinnakerInterface

const GUID IID_ISpinnakerInterface
static
Initial value:
= {0x5143ad36,
0x51d1,
0x422d,
{0x9b, 0x17, 0x81, 0xdd, 0x3d, 0xb0, 0x60, 0xe}}

This is the Interface that allows users to get and set device node properties on the camera.

You can query the SpinnakerDirectShow Capture Filter for IID_ISpinnakerInterface and it will return a pointer to the ISpinnakerInterface interface. The GUID is equivalent to {5143AD36-51D1-422D-9B17-81DD3DB0600E}.

Examples
SpinSimpleGUI_DirectShow.cpp.