Link New Image Connection
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user