I’ve accidentally overwritten the is_mirror
parameter from OBCameraParams
by using
openni::Device::setProperty(openni::OBEXTENSION_ID_CAM_PARAMS, (uint8_t*)¶ms, size);
function and I didn’t save its original value. What does this parameter stand for and how can I revert my change?
Thank you in advance!