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

Header file for the NTV2FrameGrabber 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 ntv2framegrabber.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NTV2FrameGrabber
 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 QTPREVIEW_WIDGET_X   (960)
 
#define QTPREVIEW_WIDGET_Y   (540)
 

Detailed Description

Header file for the NTV2FrameGrabber class.

Definition in file ntv2framegrabber.h.

Macro Definition Documentation

◆ QTPREVIEW_WIDGET_X

#define QTPREVIEW_WIDGET_X   (960)

Definition at line 35 of file ntv2framegrabber.h.

◆ QTPREVIEW_WIDGET_Y

#define QTPREVIEW_WIDGET_Y   (540)

Definition at line 36 of file ntv2framegrabber.h.