Skip to main content

Kinect Configuration


Device

The parameters used to configure the camera's hardware are set as optional — if not given explicitly, the code doesn't set them, which avoids potential errors when trying to do so. In the examples they are prepended by _ to show what can be configured and the default values given by 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 color_power_line_frequency = 1, which corresponds to 50Hz.


Camera Config

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