Skip to main content

Kinect Configuration

Device

The parameters used to configure the camera's hardware and are set as optional, this means, if it's not given explicitly, the code doesn't set it, which avoids potential errors when trying to set them. In the examples they are prepended by _ to show what can be configured and the default values given in the camera but so the code doesn't read the values

mincam_defaultmaxstepauto
color_exposure500333301333301-1
color_brightness01282551
color_contrast05101
color_saturation032631
color_sharpness0241
color_white_balance250045001250010
color_backlight_compensation0011
color_gain01282551
color_power_line_frequency1221

The only value that is defaulted to be always set is the color_power_line_frequency = 1 that corresponds to 50Hz

Camera Config

  • depth_height: 576 (default)
  • color_height: 720 (default), 1080
  • fps: 15, 30 (default)