Link New Image Connection

This commit is contained in:
2019-11-20 21:50:40 -08:00
parent 997b3c5db0
commit 0720c9bb28
5 changed files with 5 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ public:
StreamReader(PvDevice *Device, PvStream *Stream, PvPipeline *Pipeline);
signals:
void NewImage(uint32_t width, uint32_t height, uint8_t *imgPointer);
void NewImage(int width, int height, uint8_t *imgPointer);
private:
PvDevice *Device = NULL;