Skip to main content

Disabling Infrared Projector on Realsense Cameras

To disable the infrared projections please follow the following steps.

  1. Go to you Camera Overview page.

  1. Select the camera on which you would like to disable the infrared pattern (only applicable to RealSense cameras) and click on the camera card cogwheel.

  1. When the dialog opens input the following JSON config on the Release Config field:
{"parameters": { "controls-laserstate": "off" }, "schema version": 1}
  1. Finally click Save.

  1. And done! The Infrared emitter should now not turn on. You can check that camera Preview to confirm.

To turn back again the infrared projector, just repeat the process using as input the following empty JSON config onto the cameras Release Config field and clicking Save:

{}