Ejemplo n.º 1
0
 internal static extern void rs2_start(SensorHandle sensor, FrameCallback on_frame, IntPtr user, out RsError error);
Ejemplo n.º 2
0
 internal static extern void rs2_open_multiple(SensorHandle device, [In] IntPtr[] profiles, int count, out RsError error);
Ejemplo n.º 3
0
 internal static extern void rs2_close(SensorHandle sensor, out RsError error);
Ejemplo n.º 4
0
 internal static extern void rs2_open(SensorHandle device, StreamProfileHandle profile, out RsError error);
Ejemplo n.º 5
0
 internal static extern float rs2_get_stereo_baseline(SensorHandle sensor, out RsError error);
Ejemplo n.º 6
0
 internal static extern float rs2_get_depth_scale(SensorHandle sensor, out RsError error);
Ejemplo n.º 7
0
 internal static extern int rs2_supports_sensor_info(SensorHandle sensor, CameraInfo info, out RsError error);
Ejemplo n.º 8
0
 internal static extern IntPtr rs2_get_sensor_info(SensorHandle sensor, CameraInfo info, out RsError error);