Skip to content

Group SpinnakerDirectShow_h

Modules > SpinnakerDirectShow_h

More...

Classes

Type Name
interface ISpinDevice
interface ISpinnakerInterface

Public Static Attributes

Type Name
const GUID IID_ISpinnakerInterface = /* multi line expression */

Public Functions

Type Name
DECLARE_INTERFACE_ (ISpinnakerInterface, IUnknown)

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.teledynevisionsolutions.com/en-ca/contact/contact-us/

Public Static Attributes Documentation

variable IID_ISpinnakerInterface

const GUID IID_ISpinnakerInterface;

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}.


Public Functions Documentation

function DECLARE_INTERFACE_

DECLARE_INTERFACE_ (
    ISpinnakerInterface,
    IUnknown
)