 | CameraHologram(Int32, Int32, Int32, Int64, TimestampUnit) Constructor |
Constructor
Namespace: LynceeTec.ImagingAssembly: LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic CameraHologram(
int width,
int height,
int stride,
long timestamp,
TimestampUnit timestampType
)
public:
CameraHologram(
int width,
int height,
int stride,
long long timestamp,
TimestampUnit timestampType
)
Parameters
- width Int32
- Image width pixels number
- height Int32
- Image height pixels number
- stride Int32
- Size in byte between two rows
- timestamp Int64
- Acquisition time of the hologram
- timestampType TimestampUnit
- Unit defining the timestamp
See Also