From dbe9f9549dba09824b33eeae0d0e24ff0ca08521 Mon Sep 17 00:00:00 2001 From: Hiro Protagonist Date: Tue, 21 Mar 2017 17:56:53 +1300 Subject: [PATCH] dirty_debug --- src/cameramanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cameramanager.h b/src/cameramanager.h index ee212f9..63357a1 100644 --- a/src/cameramanager.h +++ b/src/cameramanager.h @@ -59,7 +59,7 @@ private: FlyCapture2::PGRGuid camera_guid; // Index of the current camera - unsigned int camera_index; + int camera_index; // Just a littile wrapper function around the callback function for the camera capture to emit signals. static inline void captureCallback(FlyCapture2::Image*, const void *);