mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-23 05:09:19 +02:00
extcam camera preview
This commit is contained in:
@@ -18,8 +18,12 @@ http://mozilla.org/MPL/2.0/.
|
||||
#include "widgets/map.h"
|
||||
#include "widgets/time.h"
|
||||
#include "widgets/trainingcard.h"
|
||||
#include "widgets/cameraview.h"
|
||||
#include "widgets/perfgraphs.h"
|
||||
#ifdef USE_EXTCAM_CAMERA
|
||||
#include "widgets/cameraview_extcam.h"
|
||||
#elif USE_VSDEV_CAMERA
|
||||
#include "widgets/cameraview_vsdev.h"
|
||||
#endif
|
||||
|
||||
class driver_ui : public ui_layer {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user