ColorSensor.java
Go to the documentation of this file.
1 package com.intel.realsense.librealsense;
2 
3 public class ColorSensor extends Sensor {
4 
5  ColorSensor(long handle) {
6  super(handle);
7  mOwner = false;
8  }
9 }


librealsense2
Author(s): LibRealSense ROS Team
autogenerated on Thu Dec 22 2022 03:43:16