ProjectedTextures
Prototype software for spacial augmented reality applications.
|
#include <CameraWidget.h>
Public Slots | |
void | setFps (int fps) |
Public Member Functions | |
CameraWidget (QWidget *parent=0) | |
~CameraWidget () | |
void | initialize (CamViewWidget *camViewWidget, QList< Camera * > *cameras) |
Protected Member Functions | |
void | disconnectCamQT () |
void | connectCamQT () |
Protected Attributes | |
CamViewWidget * | camViewWidget |
QList< Camera * > * | cameras |
int | curCamIdx |
Allows to switch between different camera views and change camera parameters in the GUI
CameraWidget::CameraWidget | ( | QWidget * | parent = 0 ) |
CameraWidget::~CameraWidget | ( | ) |
|
protected |
helper function that connect the current camera to the GUI controls
|
protected |
helper function that disconnects the current camera from the GUI controls
void CameraWidget::initialize | ( | CamViewWidget * | camViewWidget, |
QList< Camera * > * | cameras | ||
) |
camViewWidget | the render window |
cameras | the list of cameras present in the system |
|
slot |
updates the displayed average fps of the camera
|
protected |
the list of cameras present in the system
|
protected |
the render window that displays the camera streams + augmentations
|
protected |
index of the camera currently displayed