move ImageSettings to util
This commit is contained in:
parent
f22d3ef302
commit
8c26fb4829
@ -1,5 +1,5 @@
|
|||||||
#ifndef PYLONRECORDER_H
|
#ifndef PYLONWRAPPER_H
|
||||||
#define PYLONRECORDER_H
|
#define PYLONWRAPPER_H
|
||||||
|
|
||||||
#include <pylon/PylonIncludes.h>
|
#include <pylon/PylonIncludes.h>
|
||||||
#include <pylon/BaslerUniversalInstantCamera.h>
|
#include <pylon/BaslerUniversalInstantCamera.h>
|
||||||
@ -7,13 +7,6 @@
|
|||||||
#include "util.h"
|
#include "util.h"
|
||||||
#include "myimage.h"
|
#include "myimage.h"
|
||||||
|
|
||||||
struct ImageSettings {
|
|
||||||
int64_t width = 0;
|
|
||||||
int64_t height = 0;
|
|
||||||
Pylon::EPixelType pixelType;
|
|
||||||
Pylon::EImageOrientation orientation;
|
|
||||||
};
|
|
||||||
|
|
||||||
class PylonWrapper
|
class PylonWrapper
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@ -47,4 +40,4 @@ private:
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // PYLONRECORDER_H
|
#endif // PYLONWRAPPER_H
|
||||||
|
Loading…
Reference in New Issue
Block a user