AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
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"
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) |
Header file for the NTV2FrameGrabber class.
Definition in file ntv2framegrabber.h.
#define QTPREVIEW_WIDGET_X (960) |
Definition at line 35 of file ntv2framegrabber.h.
#define QTPREVIEW_WIDGET_Y (540) |
Definition at line 36 of file ntv2framegrabber.h.