camera-parameter
Last updated
Last updated
Get the parameters of the camera intrinsic and distortion values.
We first include LIPSNICustomProperty.h
which is inside our LIPSEdge SDK. This header file provide multiple handy functions and data structs like RadialDistortionCoeffs
, radialDistCoeffs
etc.
To get different parameters we use openni::VideoStream::getProperty()
with different property index. All of this index are defined inside LIPSNICustomProperty.h
Different sensor has different parameters. We use each VideoStream to get the parameters.