17 namespace artec {
namespace sdk {
namespace capturing
Interface for common raster image objects.
virtual int getFrameNumber() const =0
Used for sorting frames in the capture order both in the single and the multi-thread modes...
virtual const IImage * getDepth() const =0
Returns depth image.
Interface for captured frame (image + depth).
virtual const TimeStamp * getCaptureTimeStamp() const =0
Returns frame capture time stamp.
virtual const IImage * getTexture() const =0
Returns raw texture image without correction.
Interface that implements reference counting and life-time management.