Beispiel #1
0
 internal static extern void rs2_get_video_stream_intrinsics(StreamProfileHandle mode, out Intrinsics intrinsics, out RsError error);
Beispiel #2
0
 internal static extern void rs2_get_extrinsics(
     StreamProfileHandle from,
     StreamProfileHandle to,
     out Extrinsics extrin,
     out RsError error);
Beispiel #3
0
 internal static extern void rs2_get_motion_intrinsics(StreamProfileHandle mode, out MotionDeviceIntrinsics intrinsics, out RsError error);
Beispiel #4
0
 internal static extern int rs2_is_stream_profile_default(StreamProfileHandle mode, out RsError error);
Beispiel #5
0
 internal static extern void rs2_open(SensorHandle device, StreamProfileHandle profile, out RsError error);