Holds a camera resolution as two pointers (for height and width) for easy passing back and forth to the ZED wrapper. More...
Functions | |
Resolution (uint width=0, uint height=0) | |
Resolution of the image. More... | |
Attributes | |
System.UIntPtr | width |
width in pixels. More... | |
System.UIntPtr | height |
height in pixels. More... | |
Holds a camera resolution as two pointers (for height and width) for easy passing back and forth to the ZED wrapper.
|
inline |
Resolution of the image.
width | |
height |
System.UIntPtr width |
width in pixels.
Referenced by Resolution.Resolution().
System.UIntPtr height |
height in pixels.
Referenced by Resolution.Resolution().