Resolution Struct Reference

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...
 

Detailed Description

Holds a camera resolution as two pointers (for height and width) for easy passing back and forth to the ZED wrapper.

Constructor and Destructor

◆ Resolution()

Resolution ( uint  width = 0,
uint  height = 0 
)
inline

Resolution of the image.

Parameters
width
height

Variables

◆ width

System.UIntPtr width

width in pixels.

Referenced by Resolution.Resolution().

◆ height

System.UIntPtr height

height in pixels.

Referenced by Resolution.Resolution().