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 *);