9 #ifndef NTV2QTPREVIEW_H 10 #define NTV2QTPREVIEW_H 14 #if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)) 41 void timerEvent (QTimerEvent * event);
42 void updateInputs (
void);
44 static void PnpCallback (
AJAPnpMessage inMessage,
void * pUserData);
52 void RequestDeviceChange (
const int inDeviceIndexNum);
54 void devicesChanged ();
55 void inputChanged (
int id);
56 void withAudioChanged (
int state);
57 void fixedRefChanged (
bool checked);
58 void checkFor4kChanged (
int state);
62 QDialogButtonBox * mCloseBox;
63 QCheckBox * mWithAudioCheckBox;
64 QCheckBox * mCheckFor4kCheckBox;
65 QCheckBox * mCheckFixedReference;
66 QComboBox * mBoardChoiceCombo;
67 QButtonGroup * mInputButtonGroup;
73 #if defined (INCLUDE_AJACC) 74 QButtonGroup * mCaptionButtonGroup;
75 #endif // defined (INCLUDE_AJACC) 79 #endif // NTV2QTPREVIEW_H I am a QDialog that displays whatever video is present on the SDI inputs of an AJA device...
Header file for the NTV2FrameGrabber class.
NTV2QtPreview(QWidget *parent=NULL, Qt::WindowFlags flags=Qt::WindowFlags())
Declares the CNTV2DeviceScanner class.
This is a platform-agnostic plug-and-play class that notifies a client when AJA devices are attached/...
A QThread that captures audio/video from NTV2-compatible AJA devices and uses Qt signals to emit ARGB...
Declares the AJAPnp (plug-and-play) class.