Openni Kinect V1 default parameters
Hi, I'm trying to evaluate if a certain point in the map frame is or isn't visible to robot. In order to do so, with the camera angles of view and the robot pose, I can verify if that point is in the camera field of view. But that point, at some views, can be also occluded with something that is on front of it. To verify that I need to check the depth of the pixel where that point would be. If its lower than the depth to that point it is a sign that that point is occluded by something... To perform these transformation from point-> pixel and to verify the field of view I need the intrinsic parameters of my Kinect V1. I don't want to perform a new calibration, since the kinect with the default values seems to be working pretty fine.
When I launch openni I receive the following messages:
[ WARN] [1529322621.477102624]: Camera calibration file /home/some1/.ros/camera_info/rgb_A00362803930039A.yaml not found.
[ WARN] [1529322621.477189197]: Using default parameters for RGB camera calibration.
[ WARN] [1529322621.477267591]: Camera calibration file /home/some1/.ros/camera_info/depth_A00362803930039A.yaml not found.
[ WARN] [1529322621.477340809]: Using default parameters for IR camera calibration.
I don't mind using the default camera parameters, I just need to know them to do my calculations. Do you know where are stored or defined the default kinect v1 parameters that openni is using?