AJA NTV2 SDK  17.0.1.1246
NTV2 SDK 17.0.1.1246
ntv2streamgrabber.h File Reference

Header file for the NTV2StreamGrabber class. More...

#include <QBasicTimer>
#include <QtCore>
#include <QtWidgets>
#include <QThread>
#include <QtMultimedia>
#include "ntv2card.h"
#include "ntv2enums.h"
#include "ntv2task.h"
#include "ntv2rp188.h"
#include "ajabase/common/types.h"
#include "ajabase/system/process.h"
Include dependency graph for ntv2streamgrabber.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NTV2StreamGrabber
 A QThread that captures audio/video from NTV2-compatible AJA devices and uses Qt signals to emit ARGB video frames. To simplify things, I assume the input signal is YCbCr, and the input goes through a color space converter (CSC) to an ARGB FrameStore. I can also output 2 channels of Audio to the host audio system using Qt's QAudioOutput device. More...
 

Macros

#define STREAMPREVIEW_WIDGET_X   (960)
 
#define STREAMPREVIEW_WIDGET_Y   (540)
 

Detailed Description

Header file for the NTV2StreamGrabber class.

Definition in file ntv2streamgrabber.h.

Macro Definition Documentation

◆ STREAMPREVIEW_WIDGET_X

#define STREAMPREVIEW_WIDGET_X   (960)

Definition at line 31 of file ntv2streamgrabber.h.

◆ STREAMPREVIEW_WIDGET_Y

#define STREAMPREVIEW_WIDGET_Y   (540)

Definition at line 32 of file ntv2streamgrabber.h.